NPU Exporter Home Page

Function Description

Basic information page of NPU Exporter.

URL

GET http://ip:port/

  • ip: In image-based deployment scenarios, use the container IP; in binary-based deployment scenarios, use the IP that starts NPU Exporter. If the IP is in IPv6 format, adjust the access format to: http://[IP]:port/.
  • port: Defaults to 8082. If modified during deployment, use the actual port.

Request Parameters

None

Response Description

Returns a simple HTML page.

<html>
   <head><title>NPU-Exporter</title></head>
   <body>
   <h1 align="center">NPU-Exporter</h1>
   <p align="center">Welcome to use NPU-Exporter,the Prometheus metrics url is http://ip:8082/metrics: <a href="https://gitcode.com/zhang1234mei/mind-cluster_5237/blob/branch_v26.1.0/docs/en/scheduling/api/npu_exporter/metrics">Metrics</a></p>
   </body>
   </html>