NPU Exporter Home Page
Function Description
Displays the basic information of NPU Exporter.
URL
GET http://ip:port/
- ip: In the containerized deployment scenario, use the container IP address. In the binary deployment scenario, use the IP address for starting NPU Exporter.
- port: 8082 by default. It can be changed based on the actual deployment mode.
Request Parameters
None
Response Description
A simple HTML page is displayed.
<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="./metrics">Metrics</a></p> </body> </html>
Parent topic: NPU Exporter