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

OpenTelemetry metrics exporter #1407

Merged
merged 22 commits into from
Apr 5, 2023
Merged

OpenTelemetry metrics exporter #1407

merged 22 commits into from
Apr 5, 2023

Commits on Apr 3, 2023

  1. bootstrap apmotel module

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    16e6739 View commit details
    Browse the repository at this point in the history
  2. add attributes to metrics

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    0bf12b1 View commit details
    Browse the repository at this point in the history
  3. remove metrics without any samples

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    81448d8 View commit details
    Browse the repository at this point in the history
  4. add int64 counter test

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    75c19c8 View commit details
    Browse the repository at this point in the history
  5. handle gauges

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8e1d9e0 View commit details
    Browse the repository at this point in the history
  6. handle unknown type

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    98aff58 View commit details
    Browse the repository at this point in the history
  7. setup histogram

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e782d90 View commit details
    Browse the repository at this point in the history
  8. allow passing options

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b6d7968 View commit details
    Browse the repository at this point in the history
  9. setup opentelemetry doc

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8b8f15d View commit details
    Browse the repository at this point in the history
  10. move elastic import to make goimports happy

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    834031f View commit details
    Browse the repository at this point in the history
  11. add apmotel to dockerfile-testing

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9dab644 View commit details
    Browse the repository at this point in the history
  12. fix comment typo

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1df34e5 View commit details
    Browse the repository at this point in the history
  13. only build apmotel on go 1.18 and higher

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    fdecaaf View commit details
    Browse the repository at this point in the history
  14. use ElementsMatch to ignore slice order

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    6b2b2d4 View commit details
    Browse the repository at this point in the history
  15. properly compute bounds and counts

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    51d533d View commit details
    Browse the repository at this point in the history
  16. remove system metrics in tests

    Signed-off-by: dmathieu <[email protected]>
    dmathieu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    79c16cc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9ac62c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. add /v2 to module name

    dmathieu committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    22c61a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9414bf View commit details
    Browse the repository at this point in the history
  3. require apm agent v2

    dmathieu committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    f9cc990 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c202af View commit details
    Browse the repository at this point in the history
  5. properly use apm/v2 module

    dmathieu committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    bf80f7c View commit details
    Browse the repository at this point in the history