-
-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add prometheus provider #3555
Add prometheus provider #3555
Conversation
Danke für den PR! Ich denke die Lösung richtet sich eher an die Techniker als an Anwender, ist aber auch minimalinvasiv umsetzbar- das würde ich sehr gerne unterstützen. |
a7e11e1
to
cb8fa1d
Compare
Techniker möchtes es gerne auch anwenden :) Ich schiebe bei mir alles ins Prometheus, auch gibt mein Sromzähler leider keinen aktuellen Verbrauch zurück, durch eine |
Allows to load a scalar metrics from prometheus Example config: ``` meters: - name: pv type: custom power: source: prometheus address: http://prometheus:9090 query: "scalar(p_realtime)" ```
cb8fa1d
to
5865cdb
Compare
Danke für den PR! Bitte letzte Änderung beachten- |
Ich sehe keine letzte Änderung, aktuell wird die Prometheus config mit |
Ich seh auch warum:
Ich repariers in master. |
Allows to load a scalar metrics from prometheus Example config: ``` meters: - name: pv type: custom power: source: prometheus uri: http://prometheus:9090 query: "scalar(p_realtime)" ```
Allows to load a scalar metrics from prometheus
Example config: