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.
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 casesql_
is not prepended to the query name.