mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
d9e8724b1d
* [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>
2 lines
232 B
YAML
2 lines
232 B
YAML
minor_changes:
|
|
- opentelemetry callback plugin - enriched the span attributes with HTTP metadata for those Ansible tasks that interact with third party systems (https://github.com/ansible-collections/community.general/pull/3448).
|