Skip to content

Commit

Permalink
chore: update readme for instana resource detector
Browse files Browse the repository at this point in the history
Update README of Instana Resource Detector to clarify the source of the data.

Part Of #2055

Signed-off-by: maryliag <marylia.gutierrez@grafana.com>
  • Loading branch information
maryliag committed Mar 28, 2024
1 parent 85cbc8d commit f47ee3c
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ const sdk = new NodeSDK({
sdk.start()
```

## Available detectors

### Instana Agent Detector

| Attribute | Description |
|---------------------|--------------------------------------------------------------------------|
| process.pid | Value of `pid` from `/com.instana.plugin.nodejs.discovery` request |
| service.instance.id | Value of `agentUuid` from `/com.instana.plugin.nodejs.discovery` request |

## 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 f47ee3c

Please sign in to comment.