Chandan Kumar (raukadah) 3e3de2bd70 Use prometheus api to get metrics names in check_data
Currently check_data is using prometheus metrics to check
where prometheus is working or not.

Let's use prometheus HTTP API[1] to query the list of metrics.
It will make sure, we are pushing data to the prometheus.

Links:
[1]. https://prometheus.io/docs/prometheus/latest/querying/api/

Change-Id: I9fd4e4aced915f8090afbf7e65f07aca8db64e3f
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2025-02-19 19:35:54 +05:30
2025-01-23 15:02:18 +00:00
2025-01-28 17:56:45 +05:30
2025-01-28 17:56:45 +05:30
2025-01-28 17:56:45 +05:30

Devstack Prometheus Plugin

Overview

Devstack plugin to configure prometheus, node-exporter, pushgateway and alertmanager.

Usage

  • To get started quickly, just enable the plugin in your local.conf:

    enable_plugin devstack-plugin-prometheus https://opendev.org/openstack/devstack-plugin-prometheus

Description
DevStack plugin to install and configure prometheus, node-exporter, pushgateway and alertmanager.
Readme 210 KiB
Languages
Shell 100%