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

Move content length out of basic attributes #1031

Merged

Commits on Aug 4, 2020

  1. Move content length out of basic attributes

    semconv.httpBasicAttributesFromHTTPRequest() was including the request's content length,
    which is a high-cardinality label.  It ended up in metric labels through the use of that function
    by semconv.HTTPServerMetricAttributesFromHTTPRequest().
    Aneurysm9 committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    baddb54 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Merge branch 'master' of https://github.com/open-telemetry/openteleme…

    …try-go into fix_http_metric_cardinality
    Aneurysm9 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6d5f51f View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry

    Aneurysm9 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    edc6e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e75cf42 View commit details
    Browse the repository at this point in the history