Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hithwen committed Apr 23, 2021
1 parent 3474c45 commit 96d74c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql/datadog_checks/mysql/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@

SCHEMA_VARS = {'information_schema_size': ('mysql.info.schema.size', GAUGE)}


# Vars found in "show slave status" or "show replication status" (depending on mysql version)
REPLICA_VARS = {
'Seconds_Behind_Source': ('mysql.replication.seconds_behind_source', GAUGE), # for 8 onwards
'Seconds_Behind_Master': ('mysql.replication.seconds_behind_master', GAUGE), # before 8
Expand Down

0 comments on commit 96d74c2

Please sign in to comment.