Created
June 29, 2020 06:50
-
-
Save PierreZ/54567b76ce11368811d8ea0122a2442a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: beamium-cm | |
data: | |
scrapers.yaml: | | |
scrapers: | |
# scraping itself for metrics | |
self: | |
url: http://127.0.0.1:9110/metrics | |
period: 1s | |
format: prometheus | |
scraper-self.yaml: | | |
scrapers: | |
# scraping itself for metrics | |
self2: | |
url: http://127.0.0.1:9110/metrics | |
period: 1s | |
format: prometheus | |
sinks.yaml: | | |
# Do not forget to configure your sink here | |
sinks: | |
config.yaml: | | |
# Do not forget to configure your sink here | |
sinks: | |
parameters: | |
metrics: 127.0.0.1:9110 | |
log-file: /opt/beamium/beamium.log | |
source-dir: /opt/beamium/sources | |
sink-dir: /opt/beamium/sinks | |
... | |
--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment