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
The service.name attribute of Resource is mandatory and SDK should set the default value if not specified. This attribute is necessary for certain backends such as Jaeger to identify the service that produced the spans.
The SDK MUST set a default value for the following attributes if they were not specified, even if the resource would otherwise not be present at all:
service.name
[1]: MUST be the same for all instances of horizontally scaled services. If the value was not specified, SDKs MUST fallback to unknown_service: concatenated with process.executable.name, e.g. unknown_service:bash. If process.executable.name is not available, the value MUST be set to unknown_service.
The text was updated successfully, but these errors were encountered:
The
service.name
attribute ofResource
is mandatory and SDK should set the default value if not specified. This attribute is necessary for certain backends such as Jaeger to identify the service that produced the spans.From specs
The text was updated successfully, but these errors were encountered: