File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
framework/observability/compose Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ exporters:
1515 endpoint : " http://loki:3100/otlp"
1616 tls :
1717 insecure : true
18- otlp :
19- endpoint : " http:// tempo:4317"
18+ otlp/traces :
19+ endpoint : " tempo:4317"
2020 tls :
2121 insecure : true
2222 prometheus :
Original file line number Diff line number Diff line change @@ -8,6 +8,25 @@ distributor:
88 grpc :
99 http :
1010
11+ ingester :
12+ # maximum length of time before cutting a block
13+ # (default: 30m)
14+ max_block_duration : 10m
15+ # also cut a block if a trace is idle this long
16+ # (default: 10s)
17+ trace_idle_period : 1m
18+
19+ query_frontend :
20+ # query_backend_after and query_ingesters_until together control where the query-frontend searches for traces.
21+ # Time ranges before query_ingesters_until will be searched in the ingesters only.
22+ # Time ranges after query_backend_after will be searched in the backend/object storage only.
23+ # Time ranges from query_backend_after through query_ingesters_until will be queried from both locations.
24+ # query_backend_after must be less than or equal to query_ingesters_until.
25+ # (default: 15m)
26+ query_backend_after : 5m
27+ # (default: 30m)
28+ query_ingesters_until : 10m
29+
1130overrides :
1231 max_traces_per_user : 50000
1332
You can’t perform that action at this time.
0 commit comments