Skip to content

[Feedback] Profiles premature optimization #682

@bogdandrutu

Description

@bogdandrutu

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions