Skip to content

Commit d63dfae

Browse files
authored
fix: broken sdk-metrics and auto-instrumentations-node links in node-sdk README (#5796)
Signed-off-by: Kurt King <[email protected]>
1 parent cb42f7d commit d63dfae

File tree

1 file changed

+4
-4
lines changed
  • experimental/packages/opentelemetry-sdk-node

1 file changed

+4
-4
lines changed

experimental/packages/opentelemetry-sdk-node/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,20 @@ The default will change to `false` in a future iteration of this package.
109109

110110
### metricReader
111111

112-
Add a [MetricReader](../opentelemetry-sdk-metrics/src/export/MetricReader.ts)
112+
Add a [MetricReader](../../../packages/sdk-metrics/src/export/MetricReader.ts)
113113
that will be passed to the `MeterProvider`. If `metricReader` is not configured,
114114
the metrics SDK will not be initialized and registered.
115115

116116
### views
117117

118118
A list of views to be passed to the `MeterProvider`.
119-
Accepts an array of [View](../opentelemetry-sdk-metrics/src/view/View.ts)-instances.
119+
Accepts an array of [View](../../../packages/sdk-metrics/src/view/View.ts)-instances.
120120
This parameter can be used to configure explicit bucket sizes of histogram metrics.
121121

122122
### instrumentations
123123

124124
Configure instrumentations. By default none of the instrumentation is enabled,
125-
if you want to enable them you can use either [metapackage](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/metapackages/auto-instrumentations-node)
125+
if you want to enable them you can use either [metapackage](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/auto-instrumentations-node)
126126
or configure each instrumentation individually.
127127

128128
### resource
@@ -173,7 +173,7 @@ Configure tracing parameters. These are the same trace parameters used to [confi
173173

174174
### serviceName
175175

176-
Configure the [service name](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/README.md#service).
176+
Configure the [service name](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/registry/attributes/service.md#service-name).
177177

178178
## Disable the SDK from the environment
179179

0 commit comments

Comments
 (0)