1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-09 11:21:36 +00:00
community.general/plugins/callback
patchback[bot] 8444902289
[PR #8741/73b54139 backport][stable-9] fix(opentelemetry): adjust default value for store_spans_in_file causing traces to be produced to a file named None (#8751)
fix(opentelemetry): adjust default value for `store_spans_in_file` causing traces to be produced to a file named `None` (#8741)

* fix(opentelemetry): adjust default value for `store_spans_in_file` causing traces to be produced to a file named `None`

The commit 5f481939d introduced `store_spans_in_file` with the default
value `None` as a string. This causes the value of `store_spans_in_file`
to be a not empty string, value=None as a string and not a null value.
The rest of the code check if the store_spans_in_file is not null which
squeezes the rest of the code. The following commit set the default
value as an empty string.

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>

* fix(opentelemetry): No default value is better, reword changelog

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>

---------

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>
(cherry picked from commit 73b54139d6)

Co-authored-by: Wilfried ROSET <wilfriedroset@users.noreply.github.com>
2024-08-12 08:06:22 +02:00
..
cgroup_memory_recap.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
context_demo.py
counter_enabled.py
default_without_diff.py
dense.py
diy.py
elastic.py
hipchat.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
jabber.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
log_plays.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
loganalytics.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
logdna.py
logentries.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
logstash.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
mail.py
nrdp.py
null.py
opentelemetry.py [PR #8741/73b54139 backport][stable-9] fix(opentelemetry): adjust default value for store_spans_in_file causing traces to be produced to a file named None (#8751) 2024-08-12 08:06:22 +02:00
say.py
selective.py
slack.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
splunk.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
sumologic.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
syslog_json.py [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
timestamp.py feat: implement timestamp callback plugin to show simple timestamp for each header (#8308) 2024-05-18 15:41:34 +02:00
unixy.py
yaml.py [PR #8396/4792e214 backport][stable-9] docs: add seealso and notes for yaml callback plugin (#8397) 2024-05-20 16:18:26 +02:00