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
[3] service.name: 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 the process executable name, e.g. unknown_service:bash.
I think on the configuration side we are just setting unknown_service while in sdk's Resource.create we are doing that correctly.
The specs says:
I think on the configuration side we are just setting
unknown_servicewhile in sdk'sResource.createwe are doing that correctly.