You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In OTLP, the service.name, service.namespace, and service.instance.id triplet is required to be unique
This is incorrect, OTLP requires nothing like that. The uniqueness requirement is merely a semantic convention for Services, which are not even the only type of the Resource that Otel deals with.
The text was updated successfully, but these errors were encountered:
…d to be unique by semantic conventions (#3945)
Fixes#3944
OTLP does not include that requirement.
Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
…d to be unique by semantic conventions (open-telemetry#3945)
Fixesopen-telemetry#3944
OTLP does not include that requirement.
Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
The doc says:
This is incorrect, OTLP requires nothing like that. The uniqueness requirement is merely a semantic convention for Services, which are not even the only type of the Resource that Otel deals with.
The text was updated successfully, but these errors were encountered: