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

[APM] Use observer.hostname instead of observer.name #76074

Merged
merged 6 commits into from
Sep 7, 2020

Commits on Aug 27, 2020

  1. [APM] Use observer.hostname instead of observer.name

    `observer.name` is not guaranteed to be set. Using `observer.hostname` _should_ allow us to
    approximate the amount of APM Server instances.
    
    Additionally, some of the logic was rewritten to A) reflect updates to APM Server's
    implementation, and B) make it more robust by querying a static date range.
    dgieselaar committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    eceb500 View commit details
    Browse the repository at this point in the history
  2. Run telemetry task immediately if versions are incompatible; add serv…

    …ice environments telemetry
    dgieselaar committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    e8d5483 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

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

Commits on Sep 4, 2020

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

Commits on Sep 7, 2020

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