mirror of
https://github.com/Dannecron/grafana-for-dev.git
synced 2025-12-25 15:52:35 +03:00
replace agent with alloy
some fixes
This commit is contained in:
@@ -18,11 +18,13 @@ query_frontend:
|
||||
#
|
||||
# for a production deployment you should only enable the receivers you need!
|
||||
distributor:
|
||||
receivers:
|
||||
receivers:
|
||||
otlp:
|
||||
protocols:
|
||||
http:
|
||||
endpoint: "0.0.0.0:4318"
|
||||
grpc:
|
||||
endpoint: "0.0.0.0:4317"
|
||||
|
||||
ingester:
|
||||
max_block_duration: 5m # cut the headblock when this much time passes. this is being set for demo purposes and should probably be left alone normally
|
||||
@@ -53,4 +55,4 @@ storage:
|
||||
overrides:
|
||||
defaults:
|
||||
metrics_generator:
|
||||
processors: [service-graphs, span-metrics] # enables metrics generator
|
||||
processors: [service-graphs, span-metrics] # enables metrics generator
|
||||
|
||||
Reference in New Issue
Block a user