Skip to content

Commit

Permalink
Remove duplicate hostname attribute
Browse files Browse the repository at this point in the history
Fixes open-telemetry#787

Idea from the issue is that we should use `host.name` with either of the proposed values.

Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu committed Aug 19, 2020
1 parent 609a637 commit 1b05230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specification/resource/semantic_conventions/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

| Attribute | Description | Example |
|---|---|---|
| host.hostname | Hostname of the host.<br/> It contains what the `hostname` command returns on the host machine. | `opentelemetry-test` |
| host.id | Unique host id.<br/> For Cloud this must be the instance_id assigned by the cloud provider | `opentelemetry-test` |
| host.name | Name of the host.<br/> It may contain what `hostname` returns on Unix systems, the fully qualified, or a name specified by the user. | `opentelemetry-test` |
| host.type | Type of host.<br/> For Cloud this must be the machine type.| `n1-standard-1` |
Expand Down

0 comments on commit 1b05230

Please sign in to comment.