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

ingest: translate known OpenTelemetry JVM metrics #4986

Merged
merged 12 commits into from
Apr 1, 2021

Commits on Mar 24, 2021

  1. ingest: translate known OpenTelemetry JVM metrics

    Copy well-known JVM metrics from their OpenTelemetry
    names and associated labels to their counterparts
    produced by the Elastic APM Java agent. This enables
    users to visualise the metrics in the Elastic APM
    app in Kibana.
    
    Metrics are duplicated to avoid surprising users by
    silently dropping the OpenTelemetry names. Users can
    drop either one of the duplicates with ingest pipeline
    customisation.
    axw committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7190052 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    axw committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    9cb62db View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    0d70e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd9190c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e06580 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

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

Commits on Mar 30, 2021

  1. ingest: address review comments

    - Move `runtime.jvm.gc.collection` before `runtime.jvm.gc.time`
    - Require `ctx.runtime?.jvm?.gc != null` when copying `labels.gc`
    axw committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f625f2b View commit details
    Browse the repository at this point in the history
  2. Regenerate integration package

    axw committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d78cc61 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    cb85d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f2f373 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdce970 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

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