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/tests/unit/plugins/callback
Victor Martinez d9e8724b1d
[callback][opentelemetry] enrich span with http attributes (#3558)
* [callback][elastic] enrich span with http attributes

* [callback][opentelemetry] fix linting

* [callback][opentelemetry] fix UTs

* [opentelemetry][changelog] add fragment for the service map feature

* Update plugins/callback/opentelemetry.py

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* [opentelemetry][callback] remove comments

* [opentelemetry][callback] fix UTs

* [opentelemetry][callback] return the value

otherwise a None value returns ParseResultBytes when using urlparse(None)

* [opentelemetry][callback] fix wrong parameter order

* [opentelemetry][callback] support for no interpolated URLs

* [opentelemetry][callback] support for URLs without interpolation in the hostname

* [opentelemetry][callback] fix linting

* Update changelogs/fragments/3558-callback_opentelemetry-enrich_service_map.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-10-20 17:24:14 +02:00
..
__init__.py Add millisecond data to splunk callback timestamp (#1462) 2020-12-12 09:00:15 +01:00
test_elastic.py [callback][elastic] enrich stacktrace errors (#3556) 2021-10-14 21:19:02 +02:00
test_loganalytics.py Callback plugin: Azure Log Analytics (#2091) 2021-03-30 12:12:26 +02:00
test_opentelemetry.py [callback][opentelemetry] enrich span with http attributes (#3558) 2021-10-20 17:24:14 +02:00
test_splunk.py callback_splunk - Add user-configurable event correlation id (#2790) 2021-06-16 22:28:09 +04:30