We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50a151 commit 3574d36Copy full SHA for 3574d36
ansible/roles/elastic_beats/vars/tenderdash.yml
@@ -22,3 +22,10 @@ platform_filebeat_inputs:
22
fields:
23
- from: "json.level"
24
to: "log.level"
25
+
26
+metricbeat_modules:
27
+ - module: prometheus
28
+ period: 10s
29
+ hosts: ["localhost:{{ prometheus_port }}"]
30
+ metrics_path: "/metrics"
31
+ namespace: "drive_tenderdash"
0 commit comments