tumbi-assembler/pungi/scripts
Lubomír Sedlář c15ddbc946 Add basic telemetry support
This patch adds support for Opentelemetry. If
OTEL_EXPORTER_OTLP_ENDPOINT env variable is defined, it will send traces
there. Otherwise there is no change.

The whole compose is wrapped in a single span. Nested under that are
spans for operations that involve a remote server.

* Talking to CTS
* Sending API requests to Koji
* Any git repo clone

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2025-03-17 10:58:40 +01:00
..
__init__.py cleanup: refactor scripts via entry points 2019-12-10 10:53:31 +08:00
cache_cleanup.py Add script for cleaning up the cache 2023-08-23 07:26:56 +00:00
comps_filter.py Filter out environment groups unmatch given arch 2022-02-22 11:33:25 +08:00
config_dump.py Drop usage of six 2024-11-29 09:29:20 +01:00
config_validate.py Drop usage of six 2024-11-29 09:29:20 +01:00
create_unified_isos.py Format code 2021-03-02 18:31:45 +08:00
fedmsg_notification.py Set the priority in the fedora-messaging notifier 2023-05-03 14:20:57 +02:00
patch_iso.py Support change of the patch-iso temp dir 2020-09-15 15:47:16 +02:00
pungi_gather.py dnf: Load filelists for actual solver too 2024-03-05 13:38:45 +00:00
pungi_koji.py Add basic telemetry support 2025-03-17 10:58:40 +01:00
report_progress.py Format code base with black 2020-02-05 17:35:47 +08:00
wait_for_signed_ostree_handler.py Port scripts/wait_for_signed_ostree_handler.py to fedora-messaging 2020-06-17 23:28:27 +02:00