Skip to content

Commit

Permalink
fix analyzer image name
Browse files Browse the repository at this point in the history
  • Loading branch information
clhainf5 committed Oct 21, 2024
1 parent 475bf88 commit c04863d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
test: wget --no-verbose --tries=1 --spider http://localhost:8123/ping || exit 1

log-analyzer:
image: ghcr.io/f5devcentral/ast-api-discovery/api_discovery_log_analyzer/api_discovery_log_analyzer:v0.1.0
image: ghcr.io/f5devcentral/ast-api-discovery/api_discovery_log_analyzer:v0.1.0
restart: unless-stopped
environment:
# Default will run at 1 hour interval or every access logs fetch limit
Expand Down
4 changes: 2 additions & 2 deletions services/otel_collector/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ exporters:
initial_interval: 5s
max_interval: 5s
max_elapsed_time: 30s
username: otel
password: ${env:CLICKHOUSE_PASSWORD}
username: otel
password: ${env:CLICKHOUSE_PASSWORD}

service:
pipelines:
Expand Down

0 comments on commit c04863d

Please sign in to comment.