mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
v2_playbook_on_task_start does not have the host information, so spans would always start at the same time for every host in that task, even if they started at different times, like when hosts > forks with strategy host_pinned. This also hides the duration of the task for that host. This change uses the newer v2_runner_on_start callback and adds the acutal host start time to the span. The change is backwards compatible with ansible versions that do not have v2_runner_on_start and makes no assumptions around the ordering of v2_runner_on_start and v2_playbook_on_task_start. |
||
|---|---|---|
| .. | ||
| cgroup_memory_recap.py | ||
| context_demo.py | ||
| counter_enabled.py | ||
| default_without_diff.py | ||
| dense.py | ||
| diy.py | ||
| elastic.py | ||
| jabber.py | ||
| log_plays.py | ||
| loganalytics.py | ||
| logdna.py | ||
| logentries.py | ||
| logstash.py | ||
| mail.py | ||
| nrdp.py | ||
| null.py | ||
| opentelemetry.py | ||
| print_task.py | ||
| say.py | ||
| selective.py | ||
| slack.py | ||
| splunk.py | ||
| sumologic.py | ||
| syslog_json.py | ||
| tasks_only.py | ||
| timestamp.py | ||
| unixy.py | ||