Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,14 @@ These functionalities requires the use of Next.js:
The logical name or your website, maps to
the [service.name](https://opentelemetry.io/docs/specs/semconv/registry/attributes/service/#service-name) otel
attribute.
- **Service Namespace**<br>
key: `serviceNamespace`<br>
type: `string`<br>
optional: `true`<br>
default: `undefined`<br>
A namespace for `serviceName`, maps to
the [service.namespace](https://opentelemetry.io/docs/specs/semconv/registry/attributes/service/#service-namespace) otel
attribute.
- **Service Version**<br>
key: `serviceVersion`<br>
type: `string`<br>
Expand Down
Loading