File tree Expand file tree Collapse file tree
doc-snippets/extensions-minimal/oats
javaagent-declarative-configuration/oats
logging-k8s-stdout-otlp-json
spring-declarative-configuration/oats Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:25.0.3_9-jre@sha256:f19dbf0a22d0b3658fda48ce7d7181df05ad14bda151dd5ad12cc09d1451c70e
1+ FROM eclipse-temurin:25.0.3_9-jre@sha256:6e9581a150f9ad80d9154f6c9dc4e5df0d4f5eb545e788340e2271e2fb5d3870
22
33WORKDIR /usr/src/app/
44
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
2626 implementation (" io.grpc:grpc-stub:${grpcVersion} " )
2727 implementation (" com.google.protobuf:protobuf-java-util:${protobufVersion} " )
2828 implementation (" io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:2.30.0-alpha" )
29- implementation (" com.google.guava:guava:33.7.0 -jre" )
29+ implementation (" com.google.guava:guava:33.7.1 -jre" )
3030
3131 implementation(" io.opentelemetry:opentelemetry-api" )
3232 implementation(" io.opentelemetry:opentelemetry-sdk" )
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:25.0.3_9-jre@sha256:f19dbf0a22d0b3658fda48ce7d7181df05ad14bda151dd5ad12cc09d1451c70e
1+ FROM eclipse-temurin:25.0.3_9-jre@sha256:6e9581a150f9ad80d9154f6c9dc4e5df0d4f5eb545e788340e2271e2fb5d3870
22
33WORKDIR /usr/src/app/
44
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:25.0.3_9-jre@sha256:f19dbf0a22d0b3658fda48ce7d7181df05ad14bda151dd5ad12cc09d1451c70e
1+ FROM eclipse-temurin:25.0.3_9-jre@sha256:6e9581a150f9ad80d9154f6c9dc4e5df0d4f5eb545e788340e2271e2fb5d3870
22
33ADD build/libs/app.jar /app.jar
44ADD build/agent/opentelemetry-javaagent.jar /opentelemetry-javaagent.jar
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 depends_on :
1111 - collector
1212 collector :
13- image : otel/opentelemetry-collector-contrib:0.158 .0@sha256:c5918f78992ee73b0d6f0e599423ac5ec52dd5d9726733114d6eca53d5a32ed5
13+ image : otel/opentelemetry-collector-contrib:0.159 .0@sha256:1f2c54a30e713fac6b3ae77a1ec84010c2007e29ced8ec666214fc2f6739c1cc
1414 volumes :
1515 - ./collector-config.yaml:/collector-config.yaml
1616 command : ["--config=/collector-config.yaml"]
Original file line number Diff line number Diff line change 1616dependencies {
1717 // Slf4J / logback
1818 implementation(" org.slf4j:slf4j-api:2.0.18" )
19- implementation(" ch.qos.logback:logback-core:1.6.1 " )
20- implementation(" ch.qos.logback:logback-classic:1.6.1 " )
19+ implementation(" ch.qos.logback:logback-core:1.6.3 " )
20+ implementation(" ch.qos.logback:logback-classic:1.6.3 " )
2121
2222 // JUL to SLF4J bridge
2323 implementation(" org.slf4j:jul-to-slf4j:2.0.18" )
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 collector :
4- image : otel/opentelemetry-collector-contrib:0.158 .0@sha256:c5918f78992ee73b0d6f0e599423ac5ec52dd5d9726733114d6eca53d5a32ed5
4+ image : otel/opentelemetry-collector-contrib:0.159 .0@sha256:1f2c54a30e713fac6b3ae77a1ec84010c2007e29ced8ec666214fc2f6739c1cc
55 volumes :
66 - ./otel-config.yaml:/otel-config.yaml
77 command : ["--config=/otel-config.yaml"]
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:25.0.3_9-jre@sha256:f19dbf0a22d0b3658fda48ce7d7181df05ad14bda151dd5ad12cc09d1451c70e
1+ FROM eclipse-temurin:25.0.3_9-jre@sha256:6e9581a150f9ad80d9154f6c9dc4e5df0d4f5eb545e788340e2271e2fb5d3870
22
33WORKDIR /usr/src/app/
44
Original file line number Diff line number Diff line change 5151 spec :
5252 containers :
5353 - name : lgtm
54- image : grafana/otel-lgtm:0.30.1 @sha256:bb182ac3174a20923fa58f00d1790fa71eb06cc0150078c0b0e8feb9e6611492
54+ image : grafana/otel-lgtm:0.30.2 @sha256:069e79be4fcc648b13f22ded28146f0b2d94f7f48681a55aa4995566a0bbdd02
5555 ports :
5656 - containerPort : 3000
5757 - containerPort : 4317
Original file line number Diff line number Diff line change 11[tools ]
2- "aqua:grafana/gcx" = " v1.0 .0"
3- "aqua:grafana/oats" = " 0.8 .0"
2+ "aqua:grafana/gcx" = " v1.1 .0"
3+ "aqua:grafana/oats" = " 0.10 .0"
44k3d = " 5.9.0"
55kubectl = " 1.36.3"
66
77# Linters
88"aqua:grafana/flint" = " 0.22.10"
99dotenv-linter = " 4.0.0"
1010lychee = " 0.24.2"
11- rumdl = " 0.2.53 "
11+ rumdl = " 0.2.57 "
1212
1313[env ]
1414FLINT_CONFIG_DIR = " .github/config"
You can’t perform that action at this time.
0 commit comments