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

Remove query params and product ID from span names #1668

Merged

Commits on Jul 14, 2024

  1. Fixes open-telemetry#1665 Query Params in Span Name

    - adds a transform processor
    - adds two rules for transforming span names:
      - Strip anything after a "?"
      - Replace productID with a token in "GET /api/products/{productID}"
        spans
    joshleecreates committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    cf519ec View commit details
    Browse the repository at this point in the history
  2. fix lint errors

    joshleecreates committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    7e9f30a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45352e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

  1. update changelog

    joshleecreates committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d3ded34 View commit details
    Browse the repository at this point in the history