Skip to content

Commit

Permalink
[automated commit] Bump docs to versions 2.44.3, 1.53.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leorossi authored and github-actions[bot] committed Feb 11, 2025
1 parent 58cf999 commit 2bc85ba
Show file tree
Hide file tree
Showing 196 changed files with 35 additions and 5 deletions.
19 changes: 17 additions & 2 deletions docs/runtime/_shared-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,25 @@ It's possible to specify the name of the export of the instrumentation and/or th
]
```

### `web`

An alias for `services`. If both are present, their content will be merged.

It's also possible to disable the instrumentation by setting the `enabled` value property to `false` (env variables are also supported):

```json
"services": [
{
"id": "api",
"path": "./services/api",
"telemetry": {
"enabled": "false",
"instrumentations": [{
"package": "@opentelemetry/instrumentation-express",
}]
}
}
]
```

### `env`

An object containing environment variables to set for all services in the
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,25 @@ It's possible to specify the name of the export of the instrumentation and/or th
]
```

### `web`

An alias for `services`. If both are present, their content will be merged.

It's also possible to disable the instrumentation by setting the `enabled` value property to `false` (env variables are also supported):

```json
"services": [
{
"id": "api",
"path": "./services/api",
"telemetry": {
"enabled": "false",
"instrumentations": [{
"package": "@opentelemetry/instrumentation-express",
}]
}
}
]
```

### `env`

An object containing environment variables to set for all services in the
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"2.44.2",
"2.44.3",
"1.53.4"
]

0 comments on commit 2bc85ba

Please sign in to comment.