-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Missing metadata (Help and Type) in a receiver Prometheus UI (getting its data by remote write) #13163
Copy link
Copy link
Closed
Description
What did you do?
- Executed Node exporter (docker)
- Prometheus A which collects the metrics from the node exporter and sends the data by remote write to Prometheus B (docker)
- Prometheus B which gets data from Prometheus A by remote write (docker)
All of them executed locally on my laptop
What did you expect to see?
When I'm observing the metrics in Prometheus B I would expect to see the metric Help and the metric Type (the node exporter metrics), as I can see in Prometheus A.
The image is from A (with the Help and Type):

What did you see instead? Under which circumstances?
I don't see the Help and the Type of the metrics in the UI of Prometheus B (the one who gets the data by remote write)

System information
Darwin 22.6.0 arm64
Prometheus version
prometheus-2.47.0.darwin-amd64
Prometheus configuration file
# Prometheus A (prometheus-a.yml)
global:
scrape_interval: 1s
scrape_configs:
- job_name: 'node_exporter'
static_configs:
- targets: ['node_exporter:9100'] # Node Exporter's address
remote_write:
- url: "http://my-prometheusB:9090/api/v1/write"Alertmanager version
No response
Alertmanager configuration file
No response
Logs
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels