You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to help users quickly identify and start using various components we have a naming convention for files:
check-*: indicates that it is a non metric check
metric-*: indicates that it is a metric check
handler-*: indicates that it is a handler
mutator-*: indicates that it is a mutator
I am not sure this is actually documented anywhere but it really needs to be (I will create another issue for that).
The file is named metrics-mysql.rb only after looking at the code did I realize it was not a metrics gatheror for mysql it was a handler to send metric data to mysql. To avoid confusion in a major release we should rename it to better reflect its nature, I am open to ideas but this is my initial thought:
handler-mysql-metrics.rb
handler-mysql.rb
@sensu-plugins/commit-bit any thoughts?
The text was updated successfully, but these errors were encountered:
So it is I actually opened that document and somehow skipped right over it. I am glad we do as I was very confused as I recalled seeing something. Great I will re-purpose the issue to expand on it a bit.
Discovered in #63:
In order to help users quickly identify and start using various components we have a naming convention for files:
check-*
: indicates that it is a non metric checkmetric-*
: indicates that it is ametric check
handler-*
: indicates that it is a handlermutator-*
: indicates that it is a mutatorI am not sure this is actually documented anywhere but it really needs to be (I will create another issue for that).
The file is named
metrics-mysql.rb
only after looking at the code did I realize it was not a metrics gatheror for mysql it was a handler to send metric data to mysql. To avoid confusion in a major release we should rename it to better reflect its nature, I am open to ideas but this is my initial thought:handler-mysql-metrics.rb
handler-mysql.rb
@sensu-plugins/commit-bit any thoughts?
The text was updated successfully, but these errors were encountered: