Skip to content

Commit

Permalink
docs(resource-detector-instana): update readme for instana resource d…
Browse files Browse the repository at this point in the history
…etector (#2063)

Refs: #2055
Signed-off-by: maryliag <[email protected]>
  • Loading branch information
maryliag authored Apr 9, 2024
1 parent 69e8077 commit 13b49b3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions detectors/node/opentelemetry-resource-detector-instana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ const sdk = new NodeSDK({
sdk.start()
```

## Available detectors

This package uses `@opentelemetry/semantic-conventions` version `1.22+`, which implements Semantic Convention [Version 1.7.0](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7.0/semantic_conventions/README.md)

### Instana Agent Detector

| Resource Attribute | Description |
|------------------------------|--------------------------------------------------------------------------------------------------------------------------|
| process.pid | The ID of the process. Value of parameter `pid` from the response to a request to `/com.instana.plugin.nodejs.discovery` |
| service.instance.id | The agent UUID. Value of parameter `agentUuid` from the response to a request to `/com.instana.plugin.nodejs.discovery` |

## Useful links

- For more information about Instana Agent, visit: <https://www.ibm.com/docs/en/instana-observability/current?topic=instana-host-agent>
Expand Down

0 comments on commit 13b49b3

Please sign in to comment.