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

config: add customizable metric name prefix #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 29, 2023

  1. config: add customizable metric name prefix

    Previously, the metric name was always the query name, prefixed with `sql_`. Now, that remains the behavior if a prefix is not provided in the job config. An empty string may explicitly be provided, in which case `sql_` is not prepended to the query name.
    anitgandhi committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    43e2594 View commit details
    Browse the repository at this point in the history