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

feat: Add metrics, gcp logging to tokenserver scripts #1555

Merged
merged 16 commits into from
May 23, 2024

Commits on May 2, 2024

  1. feat: Add metrics, gcp logging to tokenserver scripts

    This adds GCP logging JSON output formatting for logs as well as DataDog
    style metric reporting.
    
    New Environs:
    * `METRIC_API_KEY` - Optional Datadog API key
    * `METRIC_APP_KEY` - Optional Datadog APP key
    * `METRIC_HOST` - Collector Host address
    * `METRIC_PORT` - Collector Host port
    
    This also adds the `--human` arg if you want to use the older, human
    readable logs instead.
    jrconlin committed May 2, 2024
    Configuration menu
    Copy the full SHA
    599e709 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. f add dumb retry logic.

    jrconlin committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e28fb6f View commit details
    Browse the repository at this point in the history
  2. f switch to statsd

    jrconlin committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a27e853 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    3aaf38a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    992bf18 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. f r's

    jrconlin committed May 18, 2024
    Configuration menu
    Copy the full SHA
    f0f2ed9 View commit details
    Browse the repository at this point in the history
  2. more r's

    jrconlin committed May 18, 2024
    Configuration menu
    Copy the full SHA
    58d7d44 View commit details
    Browse the repository at this point in the history
  3. f more r's

    jrconlin committed May 18, 2024
    Configuration menu
    Copy the full SHA
    ad8c0f5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/SYNC-4259_metrics' of github.com:mozilla-services/…

    …syncstorage-rs into feat/SYNC-4259_metrics
    jrconlin committed May 18, 2024
    Configuration menu
    Copy the full SHA
    12abd2a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:mozilla-services/syncstorage-rs i…

    …nto feat/SYNC-4259_metrics
    jrconlin committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8e0a73e View commit details
    Browse the repository at this point in the history
  6. f more r's

    jrconlin committed May 18, 2024
    Configuration menu
    Copy the full SHA
    0569da3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    6d0e1b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ef72f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. f r's

    jrconlin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    84fa7ce View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/SYNC-4259_metrics' of github.com:mozilla-services/…

    …syncstorage-rs into feat/SYNC-4259_metrics
    jrconlin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b1b2e7d View commit details
    Browse the repository at this point in the history
  3. f r's

    Co-authored-by: Philip Jenvey <pjenvey@underboss.org>
    jrconlin and pjenvey committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d34feda View commit details
    Browse the repository at this point in the history