Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Aug 8, 2024
1 parent c8a448b commit 0da8392
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/grafana-beyla/beyla/beyla-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ otel_metrics_export:
report_peer: true
features:
- application
- application_service_graph
- application_span
- application_service_graph
- application_process
- network

network:
Expand Down
2 changes: 1 addition & 1 deletion examples/grafana-beyla/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
# Beyla for NGINX gateway
gateway-beyla:
depends_on: { gateway: { condition: service_started } }
image: grafana/beyla:1.6.4
image: grafana/beyla:1.7.0
volumes:
- ./beyla/beyla-config.yml/:/configs/beyla-config.yml
- ./sys-kernel-security:/sys/kernel/security
Expand Down
2 changes: 1 addition & 1 deletion examples/grafana-oncall/compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ services:
GF_SECURITY_ADMIN_USER: oncall
GF_SECURITY_ADMIN_PASSWORD: oncall
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: grafana-oncall-app, redis-app
GF_INSTALL_PLUGINS: grafana-oncall-app vv1.8.5, redis-app v2.2.1
GF_INSTALL_PLUGINS: grafana-oncall-app vv1.8.9, redis-app v2.2.1
7 changes: 6 additions & 1 deletion examples/grafana-oncall/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
condition: service_completed_successfully
redis:
condition: service_healthy
image: &oncallImage grafana/oncall:v1.8.5
image: &oncallImage grafana/oncall:v1.8.9
restart: always
ports:
# - "8080"
Expand Down Expand Up @@ -110,6 +110,11 @@ services:
restart: always
volumes:
- redis_data:/data
deploy:
resources:
limits:
memory: 100m
cpus: "0.1"
healthcheck:
test: ["CMD", "redis-cli", "ping"]
timeout: 5s
Expand Down

0 comments on commit 0da8392

Please sign in to comment.