Skip to content

Commit b35d419

Browse files
committed
Fix a couple of links
1 parent 22b7beb commit b35d419

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resource-detection-gcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Resource Detection Example - GCP
22

3-
An example application that shows what resource attributes will be detected by the [GCP Resource Detector](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-resources) and how the [Autoconfigure Resource Provider SPI](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure#resource-provider-spi) automatically *attaches* the detected resource attributes to the generated telemetry.
3+
An example application that shows what resource attributes will be detected by the [GCP Resource Detector](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-resources) and how the [Autoconfigure Resource Provider SPI](https://opentelemetry.io/docs/languages/java/configuration/#spi-service-provider-interface) automatically *attaches* the detected resource attributes to the generated telemetry.
44

55
*For users looking to use the GCP Resource Detector with OpenTelemetry Java Agent for automatic instrumentation, refer to the instructions [here](https://opentelemetry.io/docs/languages/java/automatic/configuration/#enable-resource-providers-that-are-disabled-by-default).*
66

@@ -83,7 +83,7 @@ The detected resource attributes would depend on the environment in which the ap
8383

8484
## Viewing the result
8585

86-
The example produces a single span and uses [logging OTLP JSON exporter](https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#logging-otlp-json-exporter) to export the produced span.
86+
The example produces a single span and uses [logging OTLP JSON exporter](https://opentelemetry.io/docs/languages/java/configuration/#properties-exporters) to export the produced span.
8787
After running the example successfully, you should see the emitted span in JSON form via JUL. It should look something like:
8888

8989
```

telemetry-testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gradle build script contains a task to download the OpenTelemetry Java Agent jar
3232
Additionally, the OpenTelemetry is configured with properties:
3333
- otel.exporter.otlp.protocol=http/protobuf - set up the telemetry protocol, default is grpc
3434
- otel.metric.export.interval=5000 - set up the interval, between the start of two export attempts, default is 60s
35-
More information about the configuration can be found in this [OpenTelemetry doc](https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#otlp-exporter-span-metric-and-log-exporters).
35+
More information about the configuration can be found in this [OpenTelemetry doc](https://opentelemetry.io/docs/languages/java/configuration/#properties-exporters).
3636

3737
The MockServer library is used to mock the collector web server. It's configured with port `4318`, because for
3838
`http/protobuf` protocol, the otel exporter endpoint is by default set to `http://localhost:4318`.

0 commit comments

Comments
 (0)