Skip to content

Commit 61b0b2b

Browse files
Fix typo and link in extension documentation.
Take over suggestions from #169. Signed-off-by: Karsten Schnitter <[email protected]>
1 parent a7befde commit 61b0b2b

File tree

1 file changed

+2
-2
lines changed
  • cf-java-logging-support-opentelemetry-agent-extension

1 file changed

+2
-2
lines changed

cf-java-logging-support-opentelemetry-agent-extension/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ java -javaagent:BOOT-INF/lib/opentelemetry-javaagent-<version>.jar \
3838
3939
See the [example manifest](../sample-spring-boot/manifest-otel-javaagent.yml), how this translates into a deployment description.
4040

41-
Once the agent is attached to the JVM with the ectension in place, there are two ways, which can be used to send data to [SAP Cloud Logging](https://discovery-center.cloud.sap/serviceCatalog/cloud-logging):
41+
Once the agent is attached to the JVM with the extension in place, there are two ways, which can be used to send data to [SAP Cloud Logging](https://discovery-center.cloud.sap/serviceCatalog/cloud-logging):
4242

4343
1. Use the `cloud-logging` exporters explicitly as provided by the extension.
4444
This can be achieved via system properties or environment variables:
@@ -72,7 +72,7 @@ java #...
7272

7373
Note, that the OpenTelemetry Java Agent currently sends traces and metrics by default using the `otlp` exporter.
7474
That means, without any configuration the agent with the extension will forward metrics and traces to [SAP Cloud Logging](https://discovery-center.cloud.sap/serviceCatalog/cloud-logging).
75-
See TODO for the difference between `cloud-logging` and `otlp` exporters.
75+
The difference between `cloud-logging` and `otlp` exporters are explained in an own [section](#implementation-differences-between-cloud-logging-and-otlp-exporter).
7676
The benefit of the `cloud-logging` exporter is, that it can be combined with a different configuration of the `otlp` exporter.
7777

7878
For the instrumentation to send observability data to [SAP Cloud Logging](https://discovery-center.cloud.sap/serviceCatalog/cloud-logging), the application needs to be bound to a corresponding service instance.

0 commit comments

Comments
 (0)