Datasources: Enable native histograms for datasource response size metric (#87962)

This commit is contained in:
Marcus Efraimsson
2024-05-16 13:48:51 +02:00
committed by GitHub
parent c46c0c9eb9
commit 961272a76d
3 changed files with 11 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
command: >
--enable-feature=remote-write-receiver
--enable-feature=exemplar-storage
--enable-feature=native-histograms
--config.file=/etc/prometheus/prometheus.yml
--storage.tsdb.path=/prometheus
volumes:
@@ -45,7 +46,7 @@
- --server.http.listen-addr=0.0.0.0:12345
- /etc/agent/config.river
volumes:
- ./docker/blocks/self-instrumentation/agent.flow:/etc/agent/config.river
- ./docker/blocks/self-instrumentation/agent.flow:/etc/agent/config.river
ports:
- "12345:12345"
- "12347:12347"

View File

@@ -4,6 +4,7 @@ global:
scrape_configs:
- job_name: grafana
scrape_classic_histograms: true
static_configs:
- targets:
- host.docker.internal:3000