Skip to content

Commit

Permalink
add example for OTLP logging via stdout and k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Dec 17, 2024
1 parent 49d61b7 commit eb70bb2
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

description = "OpenTelemetry Example for Java Agent with Stdout logging"
val moduleName by extra { "io.opentelemetry.examples.javagent.stdout-logging" }
val moduleName by extra { "io.opentelemetry.examples.javagent.logging-k8s-stdout-otlp-json" }

java {
toolchain {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include(
":opentelemetry-examples-javaagent",
":opentelemetry-examples-log-appender",
":opentelemetry-examples-logging",
":opentelemetry-examples-logging-otlp",
":opentelemetry-examples-logging-k8s-stdout-otlp-json",
":opentelemetry-examples-manual-tracing",
":opentelemetry-examples-metrics",
":opentelemetry-examples-micrometer-shim",
Expand Down

0 comments on commit eb70bb2

Please sign in to comment.