fix label names
Some checks failed
build / test (push) Failing after 1m28s
build / lint (push) Failing after 2m40s
codeql / analyze (go) (push) Failing after 3m8s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-09-05 07:08:53 +03:00
parent b31e3e7ffa
commit df45b9e0bb

View File

@ -44,13 +44,13 @@ var (
meterRequestDurationSeconds = "request_duration_seconds"
labelUnknown = "unknown"
labelQuery = "db.statement"
labelMethod = "db.method"
labelQuery = "db_statement"
labelMethod = "db_method"
labelStatus = "status"
labelSuccess = "success"
labelFailure = "failure"
labelHost = "db.host"
labelDatabase = "db.name"
labelHost = "db_host"
labelDatabase = "db_name"
)
// Options struct holds wrapper options