Skip to content

Commit

Permalink
Fix required service and host resource attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed May 17, 2024
1 parent 0d8bb66 commit 8dfa765
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ for monitoring service entities using OpenTelemetry.

#### Required attributes

* [`service.name`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/service): The entity name you see in the UI comes from this value.
* [`host.name`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/host/): The host name you see in the UI comes from this value.
* [`service.name`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/service): The service name you see in the UI comes from this value.

#### Recommended attributes [#recommended-attributes]

Expand Down Expand Up @@ -78,7 +77,7 @@ for monitoring host entities using the host metrics receiver for the OpenTelemet

#### Required attributes [#required-attributes]

* [`host.name`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/host)
* [`host.name`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/host): The host name you see in the UI comes from this value.
* [`host.id`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/host)

#### Entity tags [#entity-tags]
Expand Down

0 comments on commit 8dfa765

Please sign in to comment.