Skip to content

Commit

Permalink
Merge pull request #17348 from alanwest/patch-5
Browse files Browse the repository at this point in the history
Fix required service and host resource attributes
  • Loading branch information
ally-sassman committed May 22, 2024
2 parents 5b0eafd + 69ebdbf commit 301f11f
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,12 @@ 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]

* [`service.instance.id`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/service)
* Enables faceting between multiple instances of the same service.
* [`telemetry.sdk.language`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/telemetry)
* When present, drives the display of any runtime specific UI. For example,
the JVM runtime page for Java applications.
* [`service.instance.id`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/service): Enables faceting between multiple instances of the same service.
* [`telemetry.sdk.language`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/telemetry): When present, this value drives the display of any runtime-specific UI, such as the JVM runtime page for Java applications.

#### Entity tags [#entity-tags]

Expand All @@ -78,7 +74,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 301f11f

Please sign in to comment.