Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exempt resources from attribute limits #1892

Merged
merged 4 commits into from
Sep 22, 2021

Commits on Sep 18, 2021

  1. Exempt resources from attribute limits

    Resources are not susceptible to scenarios where excessive attributes
    can be recorded unlike Spans. Resources are also immutable and it can be
    hard for some SDKs to apply the limits at source at the time the
    attributes are added to a resource. Furthermore, limits and Resources
    both are generally defined and passed on to a TracerProvider which
    forces a TracerProvider to either mutate the resource or generate a new
    one with duplicate attributes in order to apply the limits to it.
    owais committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    998ba83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    119b0b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    3ef301a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    e7c9fb9 View commit details
    Browse the repository at this point in the history