Skip to content

Commit

Permalink
Merge pull request #1303 from MannyPamintuanAtCare/patch-2
Browse files Browse the repository at this point in the history
Updating opentelemetry getting-started hyperlink
  • Loading branch information
Sylvain Lebresne authored Dec 14, 2021
2 parents 09ae930 + 75e8ce3 commit 92e3fbd
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 92e3fbd

Please sign in to comment.