1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 21:29:19 +00:00
community.general/plugins/callback
Wilfried ROSET 73b54139d6
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>
2024-08-12 07:42:05 +02:00
..
cgroup_memory_recap.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
context_demo.py
counter_enabled.py
default_without_diff.py
dense.py
diy.py
elastic.py
hipchat.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
jabber.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
log_plays.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
loganalytics.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
logdna.py
logentries.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
logstash.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
mail.py
nrdp.py
null.py
opentelemetry.py fix(opentelemetry): adjust default value for store_spans_in_file causing traces to be produced to a file named None (#8741) 2024-08-12 07:42:05 +02:00
say.py
selective.py
slack.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
splunk.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
sumologic.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
syslog_json.py Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
timestamp.py
unixy.py
yaml.py docs: add seealso and notes for yaml callback plugin (#8396) 2024-05-20 15:40:05 +02:00