Skip to content

Commit

Permalink
Merge pull request #41 from arukiidou/bump-loki
Browse files Browse the repository at this point in the history
Bump loki version to 3.0.0
  • Loading branch information
zeitlinger authored May 13, 2024
2 parents 4a30581 + 7181983 commit 5275d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM redhat/ubi8
ENV GRAFANA_VERSION="10.4.1"
ENV PROMETHEUS_VERSION="2.51.1"
ENV TEMPO_VERSION="2.4.1"
ENV LOKI_VERSION="2.9.6"
ENV LOKI_VERSION="3.0.0"
ENV OPENTELEMETRY_COLLECTOR_VERSION="0.97.0"

# TARGETARCH is automatically detected and set by the Docker daemon during the build process. If the build starts
Expand Down
4 changes: 2 additions & 2 deletions docker/loki-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ common:
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
store: tsdb
object_store: filesystem
schema: v11
schema: v13
index:
prefix: index_
period: 24h
Expand Down

0 comments on commit 5275d20

Please sign in to comment.