
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>
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.
Languages
Shell
100%