Skip to content

Commit

Permalink
proxysql
Browse files Browse the repository at this point in the history
Signed-off-by: sayedppqq <[email protected]>
  • Loading branch information
sayedppqq committed Jan 30, 2024
1 parent e301612 commit adc0952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/connection/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ func getDBMetrics(database, name string, queries map[string]*metrics) map[string
labelValue: labelValue,
}
case "proxysql":
/// TODO : NOT WORKING
queries[database] = &metrics{
metric: "mysql_up",
metric: "proxysql_uptime_seconds_total",
label: label,
labelValue: labelValue,
}
Expand Down

0 comments on commit adc0952

Please sign in to comment.