metrics:
global:
filters:
ignore-test: false
ignore-mock: false
salt_new_job_total:
enabled: true
salt_expected_responses_total:
enabled: true
salt_function_responses_total:
enabled: true
add-minion-label: false # not recommended in production
salt_scheduled_job_return_total:
enabled: true
add-minion-label: false # not recommended in production
salt_responses_total:
enabled: true
salt_function_status:
enabled: true
filters:
functions:
- "state.highstate"
states:
- "highstate"
Note: It deprecated -health-minions, health-functions-filter and health-states-filter flags. They should be replaced by configuring metrics in the config.yml file.
each metrics can now be enabled/disabled.
Some can be filtered or customized.
Example of configuration:
Note: It deprecated
-health-minions
,health-functions-filter
andhealth-states-filter
flags. They should be replaced by configuring metrics in theconfig.yml
file.Implements: #26