hayk96 / prometheus-api

Extended HTTP API service for Prometheus
https://hayk96.github.io/prometheus-api/
MIT License
26 stars 1 forks source link

Support configuration management API #30

Open hayk96 opened 3 months ago

hayk96 commented 3 months ago

Is your feature request related to a problem? Please describe. Add a new API that will allow configuring and updating the main Prometheus configuration file (prometheus.yml) through the API.

Describe the solution you'd like This API should be based on the following API.

Describe alternatives you've considered N/A

Additional context In addition to all of this, the feature should be visible on the UI as well where users can easily add or update Prometheus targets, etc.