ansible-datadog-callback icon indicating copy to clipboard operation
ansible-datadog-callback copied to clipboard

[Feature Request] generate metrics in check mode

Open gnalsa opened this issue 4 years ago • 0 comments

We have the use case to generate metrics from running check mode against our environment. For example collecting the following metrics from a check mode run:

  • ansible.check_mode.ok
  • ansible.check_mode.changed
  • ansible.check_mode.failures
  • ansible.check_mode.changed
  • ansible.check_mode.skipped
  • ansible.check_mode.unreachable

This would help identify unexpected changes at a high level prior to running a playbook in normal mode.

gnalsa avatar Apr 06 '21 18:04 gnalsa