1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02: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 Improve callback docs (#5760) 2023-01-07 11:03:58 +01:00
counter_enabled.py Remove unneccessary imports (#5940) 2023-02-12 19:48:39 +01:00
default_without_diff.py Add default_without_diff callback (#7949) 2024-02-14 22:53:16 +01:00
dense.py Improve callback docs (#5760) 2023-01-07 11:03:58 +01:00
diy.py Start using semantic markup (#6627) 2023-06-10 09:28:40 +02:00
elastic.py Close elastic APM client to release connections (#7517) 2023-11-15 22:07:24 +01:00
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 Improve callback docs (#5760) 2023-01-07 11:03:58 +01:00
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 mail module/callback: allow to configure the Message-ID header's domain name (#7765) 2024-01-01 14:03:23 +01:00
nrdp.py Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
null.py Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
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 More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
selective.py Fix callback/selective task print being long (#7374) 2023-10-11 16:20:30 +02:00
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 feat: implement timestamp callback plugin to show simple timestamp for each header (#8308) 2024-05-18 15:41:34 +02:00
unixy.py Add unixy support for check_mode_markers (#7179) 2023-09-03 17:38:46 +02:00
yaml.py docs: add seealso and notes for yaml callback plugin (#8396) 2024-05-20 15:40:05 +02:00