update grafana stack and increase max trace size
This commit is contained in:
parent
185eff9faa
commit
4f69eabc57
3 changed files with 13 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
otel-collector:
|
||||
image: otel/opentelemetry-collector-contrib:0.101.0
|
||||
image: otel/opentelemetry-collector-contrib:0.104.0
|
||||
command: "--config=/etc/otel-collector-config.yaml"
|
||||
volumes:
|
||||
- ./otel-collector/config.yaml:/etc/otel-collector-config.yaml
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
- default
|
||||
|
||||
pyroscope:
|
||||
image: grafana/pyroscope:1.5.0
|
||||
image: grafana/pyroscope:1.6.1
|
||||
expose:
|
||||
- 4040
|
||||
volumes:
|
||||
|
@ -27,7 +27,7 @@ services:
|
|||
- default
|
||||
|
||||
loki:
|
||||
image: grafana/loki:3.0.0
|
||||
image: grafana/loki:3.1.0
|
||||
links:
|
||||
- mimir
|
||||
expose:
|
||||
|
@ -47,7 +47,7 @@ services:
|
|||
- mimir_data:/mimir
|
||||
|
||||
tempo:
|
||||
image: grafana/tempo:2.4.1
|
||||
image: grafana/tempo:2.5.0
|
||||
command: ["-config.file=/etc/tempo/config.yaml"]
|
||||
links:
|
||||
- mimir
|
||||
|
|
|
@ -19,12 +19,13 @@ limits_config:
|
|||
allow_structured_metadata: true
|
||||
retention_period: 90d
|
||||
otlp_config:
|
||||
log_attributes:
|
||||
- action: index_label
|
||||
attributes:
|
||||
- component
|
||||
- function
|
||||
- endpoint
|
||||
resource_attributes:
|
||||
attributes_config:
|
||||
- action: index_label
|
||||
attributes:
|
||||
- component
|
||||
- function
|
||||
- endpoint
|
||||
|
||||
query_range:
|
||||
results_cache:
|
||||
|
|
|
@ -31,3 +31,5 @@ overrides:
|
|||
defaults:
|
||||
metrics_generator:
|
||||
processors: [service-graphs, span-metrics] # enables metrics generator
|
||||
global:
|
||||
max_bytes_per_trace: 10000000
|
||||
|
|
Loading…
Reference in a new issue