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

Akka http server span names are always akka.request #3478 #5150

Merged
merged 6 commits into from
Jan 20, 2022

Commits on Jan 17, 2022

  1. Akka http server span names are always akka.request open-telemetry#3478

     - removed hardcoded span name "akka.request"
     - implemented route() in AkkaHttpServerAttributesExtractor to provide a better span name
     - retrofitted AkkaHttpServerInstrumentationTest.groovy
    mcmho committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    1c5f69d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Merge branch 'main' into main

    mcmho committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    aebcdb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Akka http server span names are always akka.request open-telemetry#3478

     - removed hardcoded span name "akka.request" and changed to "HTTP {METHOD}"
     - retrofitted AkkaHttpServerInstrumentationTest.groovy
    mcmho committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    ce70a7f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main'

    # Conflicts:
    #	instrumentation/akka/akka-http-10.0/javaagent/src/test/groovy/AkkaHttpServerInstrumentationTest.groovy
    mcmho committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    e11edbb View commit details
    Browse the repository at this point in the history
  3. Akka http server span names are always akka.request open-telemetry#3478

     - removed hardcoded span name "akka.request" and changed to "HTTP {METHOD}"
     - retrofitted AkkaHttpServerInstrumentationTest.groovy
    mcmho committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    baa4a85 View commit details
    Browse the repository at this point in the history
  4. Akka http server span names are always akka.request open-telemetry#3478

     - removed hardcoded span name "akka.request" and changed to "HTTP {METHOD}"
     - retrofitted AkkaHttpServerInstrumentationTest.groovy and related tests
    mcmho committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    9e0722d View commit details
    Browse the repository at this point in the history