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

bug-1898341: add host tag #1018

Merged
merged 4 commits into from
May 23, 2024
Merged

bug-1898341: add host tag #1018

merged 4 commits into from
May 23, 2024

Commits on May 22, 2024

  1. bug-1898341: remove statsd_namespace

    We don't want to be setting statsd_namespace--that's not our standard
    for metrics. Ergo, we should remove it.
    willkg committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9493480 View commit details
    Browse the repository at this point in the history
  2. bug-1898341: capture metrics used in tests

    This captures the metrics used in the tests in a `metrics_emitted.txt`
    file. You can uniquify the contents of this file to determine what got
    emitted and compare it from run to run.
    willkg committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a6d702e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdfb721 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. bug-1898341: change HOST_ID to HOSTNAME and add host tag

    This changes HOST_ID to HOSTNAME to match the convention and what we get
    in GCP.
    
    If the hostname is set, this will add a "host:{hostname}" tag to all
    emitted metrics.
    willkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5bdc213 View commit details
    Browse the repository at this point in the history