update grafama
This commit is contained in:
parent
ae337d63e8
commit
d3df629141
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ services:
|
||||||
- "--web.enable-remote-write-receiver"
|
- "--web.enable-remote-write-receiver"
|
||||||
|
|
||||||
tempo:
|
tempo:
|
||||||
image: grafana/tempo:2.3.1
|
image: grafana/tempo:2.4.1
|
||||||
command: ["-config.file=/etc/tempo/config.yaml"]
|
command: ["-config.file=/etc/tempo/config.yaml"]
|
||||||
depends_on:
|
depends_on:
|
||||||
- prometheus
|
- prometheus
|
||||||
|
@ -55,7 +55,7 @@ services:
|
||||||
- "4318" # otlp http
|
- "4318" # otlp http
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:10.0.10
|
image: grafana/grafana:10.4.1
|
||||||
depends_on:
|
depends_on:
|
||||||
- loki
|
- loki
|
||||||
- prometheus
|
- prometheus
|
||||||
|
|
Loading…
Reference in a new issue