Hi!
This is part of prometheus.yaml :
scrape_configs:
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
# metrics_path defaults to '/metrics'
# scheme defaults to 'http'.
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]
- job_name: "windows_exporter"
static_configs:
- targets: ["localhost:9182"]
The Prometheus and Windows Server pages metrics are working.
When I try to edit the panel I don’t get to see the parameters from Prometheus or Windows Exporter. I think that it’s because the Prometheus aren’t seeing the Windows Exporter.
When I enter in the Prometheus targets it just has itself, Windows Exporter do not appears.