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

Report the running version as a metric #163

Closed
wants to merge 15 commits into from
Closed

Commits on Jun 15, 2023

  1. Report the running version as a metric

    Allows one to display (or superimpose) the version onto grafana graphs,
    to cross-reference with deployments.
    David Robertson committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    bb8f4d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Sanity check that the metrics endpoint returns 200

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    47bedc5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into dmr/version-metric

    David Robertson authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6a04837 View commit details
    Browse the repository at this point in the history
  3. Halt script after a minute of waiting to start

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    bbc2b85 View commit details
    Browse the repository at this point in the history
  4. Use the correct var name, silly

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0921eb4 View commit details
    Browse the repository at this point in the history
  5. Upload E2E test instances separately

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    47c5429 View commit details
    Browse the repository at this point in the history
  6. Fix the build_info metric

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ff2e35d View commit details
    Browse the repository at this point in the history
  7. Include colon before port number

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    56cf005 View commit details
    Browse the repository at this point in the history
  8. Use the right var name; account for set -u

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0237395 View commit details
    Browse the repository at this point in the history
  9. Use the right port number 🤦

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b16ff6a View commit details
    Browse the repository at this point in the history
  10. I hate shell scripting

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ff7e22e View commit details
    Browse the repository at this point in the history
  11. Remove junk

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4fdcbc7 View commit details
    Browse the repository at this point in the history
  12. Ditch the metrics probing

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    089b0d2 View commit details
    Browse the repository at this point in the history
  13. Check /metrics

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b8e8379 View commit details
    Browse the repository at this point in the history
  14. typo fix

    David Robertson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0dc4354 View commit details
    Browse the repository at this point in the history