-
Notifications
You must be signed in to change notification settings - Fork 296
Open
Labels
Description
There is a premature optimization in the profiles proto https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/profiles/v1development/profiles.proto#L53 and the whole ProfilesDictionary
idea. The premature optimization is not that it exists this dictionary, is that it is a global dictionary instead of a resource level dictionary. The benefit is very minimal compare with the huge downside that merging multiple requests coming from multiple resources is impossible (or close to impossible).