Does the Prometheus dashboard show unexpected results?
Install Node exporter to use our Prometheus dashboard. The dashboard requires metrics provided by the Node exporter.
How you would like to collect your Prometheus metrics?
Collect metrics from your Prometheus instance using Remote-Write.
Add a remote_write
section to your Prometheus config file:
global:
scrape_interval: 15s
evaluation_interval: 15s
# your existing configuration
remote_write:
- url: "https://$INGESTING_HOST/metrics"
authorization:
type: Bearer
credentials: "$SOURCE_TOKEN"
Reload the configuration of your Prometheus server:
Select your platform:
ps -A | grep prometheus | tr -s ' ' | xargs | cut -f1 -d' ' | xargs kill -HUP
You should see your metrics in the Prometheus dashboard.
Does the Prometheus dashboard show unexpected results?
Install Node exporter to use our Prometheus dashboard. The dashboard requires metrics provided by the Node exporter.
Please let us know at hello@betterstack.com.
We're happy to help! 🙏