Skip to content

Commit

Permalink
Update Grafana LGTM Testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Oct 6, 2024
1 parent 621d360 commit f79db4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TestcontainersConfiguration {
@Scope("singleton")
@ServiceConnection("otel/opentelemetry-collector-contrib")
GenericContainer<?> lgtmContainer() {
return new GenericContainer<>("docker.io/grafana/otel-lgtm:0.7.3")
return new GenericContainer<>("docker.io/grafana/otel-lgtm:0.7.4")
.withExposedPorts(3000, 4317, 4318)
.withEnv("OTEL_METRIC_EXPORT_INTERVAL", "500")
.waitingFor(Wait.forLogMessage(".*The OpenTelemetry collector and the Grafana LGTM stack are up and running.*\\s", 1))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TestcontainersConfiguration {
@Scope("singleton")
@ServiceConnection("otel/opentelemetry-collector-contrib")
GenericContainer<?> lgtmContainer() {
return new GenericContainer<>("docker.io/grafana/otel-lgtm:0.7.3")
return new GenericContainer<>("docker.io/grafana/otel-lgtm:0.7.4")
.withExposedPorts(3000, 4317, 4318)
.withEnv("OTEL_METRIC_EXPORT_INTERVAL", "500")
.waitingFor(Wait.forLogMessage(".*The OpenTelemetry collector and the Grafana LGTM stack are up and running.*\\s", 1))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TestcontainersConfiguration {
@Scope("singleton")
@ServiceConnection("otel/opentelemetry-collector-contrib")
GenericContainer<?> lgtmContainer() {
return new GenericContainer<>("docker.io/grafana/otel-lgtm:0.7.3")
return new GenericContainer<>("docker.io/grafana/otel-lgtm:0.7.4")
.withExposedPorts(3000, 4317, 4318)
.withEnv("OTEL_METRIC_EXPORT_INTERVAL", "500")
.waitingFor(Wait.forLogMessage(".*The OpenTelemetry collector and the Grafana LGTM stack are up and running.*\\s", 1))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PostgreSQLContainer<?> pgvectorContainer() {
@Scope("singleton")
@ServiceConnection("otel/opentelemetry-collector-contrib")
GenericContainer<?> lgtmContainer() {
return new GenericContainer<>("docker.io/grafana/otel-lgtm:0.7.3")
return new GenericContainer<>("docker.io/grafana/otel-lgtm:0.7.4")
.withExposedPorts(3000, 4317, 4318)
.withEnv("OTEL_METRIC_EXPORT_INTERVAL", "500")
.waitingFor(Wait.forLogMessage(".*The OpenTelemetry collector and the Grafana LGTM stack are up and running.*\\s", 1))
Expand Down

0 comments on commit f79db4b

Please sign in to comment.