Skip to content

Commit

Permalink
loki-fix (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Aug 18, 2024
1 parent 90635d6 commit 2f39339
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ services:
volumes:
- loki-data:/loki
- ./loki/loki-config.yml:/etc/loki/loki-config.yml
networks:
vpcbr: # this is the place where we assign the static ipv4 address
ipv4_address: 10.5.0.2
default:

# mqtt_metrics_collector, listens to mqtt-broker
mqtt_metrics_collector:
Expand Down Expand Up @@ -106,6 +110,7 @@ services:
# Elasticsearch Exporter for monitoring Elasticsearch metrics
elasticsearch-exporter:
<<: *logging
container_name: elasticsearch-exporter
image: quay.io/prometheuscommunity/elasticsearch-exporter:latest
command:
- '--es.uri=http://elasticsearch:9200'
Expand Down

0 comments on commit 2f39339

Please sign in to comment.