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-1906108: upgrade markus to 5.0.0 and document metrics #1052

Merged
merged 5 commits into from
Aug 21, 2024

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    ce596ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e04b56e View commit details
    Browse the repository at this point in the history
  3. bug-1906108: document statsd metrics

    This adds a statsd_metrics.yaml file that registers all the statsd
    metrics that Antenna emits.
    
    This adds a document_metrics.py Sphinx extension for autogenerating
    metrics documentation.
    
    While doing this, I removed statsd bits from health state since we don't
    use that anymore.
    willkg committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    f29fa97 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. bug-1906108: change sentry_scrub_error metric

    This changes the sentry_scrub_error metric to use the
    ``socorro.sentry_scrub_error`` key and pass the service as a tag. This
    matches what we're changing the other Socorro services to do.
    willkg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e791d9a View commit details
    Browse the repository at this point in the history
  2. bug-1906108: fix metrics setup in tests

    This fixes the tests so they set up logging and metrics at pytest
    session start so that the metrics filters apply to all the tests.
    
    This also removes the ``CaptureMetricsUsed`` because we don't need that
    anymore.
    willkg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    033e154 View commit details
    Browse the repository at this point in the history