Skip to content

Commit

Permalink
Update OTel-JS broken link
Browse files Browse the repository at this point in the history
This PR does the following,

Updates the link to "Getting Started" to the [most recent link provided in the OTel-JS Repo](https://github.com/open-telemetry/opentelemetry-js/blob/main/README.md?plain=1#L5)

This change in linking is documented in OTel-JS [commit apollographql#2493](open-telemetry/opentelemetry-js#2493)
  • Loading branch information
MannyPamintuanWorkAccount committed Dec 13, 2021
1 parent b856aa0 commit 2216250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/opentelemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Our example telemetry configuration assumes that Zipkin is running locally, and

To prepare for production, we probably at least want to conditionally set the `url` option for the `ZipkinExporter` and replace our `SimpleSpanProcessor` with a `BatchSpanProcessor`.

You can learn more about the settings available to these and other OpenTelemetry objects in the [getting started guide](https://github.com/open-telemetry/opentelemetry-js/tree/main/getting-started).
You can learn more about the settings available to these and other OpenTelemetry objects in the [getting started guide](https://opentelemetry.io/docs/instrumentation/js/getting-started/).

## GraphQL-specific spans

Expand Down

0 comments on commit 2216250

Please sign in to comment.