We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5ed8f commit 64facd1Copy full SHA for 64facd1
cf-java-logging-support-opentelemetry-agent-extension/README.md
@@ -33,6 +33,8 @@ java -javaagent:BOOT-INF/lib/opentelemetry-javaagent-<version>.jar \
33
# your Java application command
34
```
35
36
+> You need to use OpenTelemetry Java Agent 1.29.0+, so it provides jackson-databind to the extension.
37
+
38
See the [example manifest](../sample-spring-boot/manifest-otel-javaagent.yml), how this translates into a deployment description.
39
40
For the instrumentation to send observability data to SAP Cloud Logging, the application needs to be bound to a corresponding service instance.
0 commit comments