Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswen committed May 10, 2024
1 parent b2ccdfe commit 7c4b870
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: "3.4"

services:
loki:
image: grafana/loki:2.9.3
image: grafana/loki:3.0.0
command: -config.file=/etc/loki/local-config.yaml
ports:
- "3100:3100"
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
logging: *default-logging

prometheus:
image: prom/prometheus:v2.48.1
image: prom/prometheus:v2.51.2
ports:
- "9090:9090"
volumes:
Expand All @@ -65,7 +65,7 @@ services:
logging: *default-logging

tempo:
image: grafana/tempo:2.3.1
image: grafana/tempo:2.4.1
command: [ "--target=all", "--storage.trace.backend=local", "--storage.trace.local.path=/var/tempo", "--auth.enabled=false" ]
ports:
- "4317:4317"
Expand All @@ -75,7 +75,7 @@ services:
logging: *default-logging

grafana:
image: grafana/grafana:10.2.3
image: grafana/grafana:10.4.2
ports:
- "3000:3000"
volumes:
Expand Down
16 changes: 8 additions & 8 deletions fastapi_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
httpx==0.26.0
fastapi==0.108.0
uvicorn==0.25.0
prometheus-client==0.19.0
opentelemetry-distro==0.43b0
opentelemetry-instrumentation-fastapi==0.43b0
opentelemetry-instrumentation-logging==0.43b0
opentelemetry-exporter-otlp==1.22.0
httpx==0.27.0
fastapi==0.111.0
uvicorn==0.29.0
prometheus-client==0.20.0
opentelemetry-distro==0.45b0
opentelemetry-instrumentation-fastapi==0.45b0
opentelemetry-instrumentation-logging==0.45b0
opentelemetry-exporter-otlp==1.24.0
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ editable: true
```yaml
# grafana in docker-compose.yaml
grafana:
image: grafana/grafana:10.2.3
image: grafana/grafana:10.4.2
volumes:
- ./etc/grafana/:/etc/grafana/provisioning/datasources # data sources
- ./etc/dashboards.yaml:/etc/grafana/provisioning/dashboards/dashboards.yaml # dashboard setting
Expand Down

0 comments on commit 7c4b870

Please sign in to comment.