You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: experimental/packages/opentelemetry-sdk-node/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,20 +109,20 @@ The default will change to `false` in a future iteration of this package.
109
109
110
110
### metricReader
111
111
112
-
Add a [MetricReader](../opentelemetry-sdk-metrics/src/export/MetricReader.ts)
112
+
Add a [MetricReader](../../../packages/sdk-metrics/src/export/MetricReader.ts)
113
113
that will be passed to the `MeterProvider`. If `metricReader` is not configured,
114
114
the metrics SDK will not be initialized and registered.
115
115
116
116
### views
117
117
118
118
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.
120
120
This parameter can be used to configure explicit bucket sizes of histogram metrics.
121
121
122
122
### instrumentations
123
123
124
124
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)
126
126
or configure each instrumentation individually.
127
127
128
128
### resource
@@ -173,7 +173,7 @@ Configure tracing parameters. These are the same trace parameters used to [confi
173
173
174
174
### serviceName
175
175
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).
0 commit comments