From 884931aadd9adb77c772b0e548017f950c90830e Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 7 Nov 2024 15:53:42 +0100 Subject: [PATCH] Update ci-cd.md (#2426) --- projects/ci-cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ci-cd.md b/projects/ci-cd.md index 0689341d7..04e6a7fea 100644 --- a/projects/ci-cd.md +++ b/projects/ci-cd.md @@ -68,7 +68,7 @@ The following is a list of prototypes, plugins, components, and CI/CD related to | GitLab | [Distributed Tracing](https://docs.gitlab.com/ee/operations/tracing.html) | | * Tracing in GitLab pipelines | | pytest | [pyTest OpenTelemetry plugin](https://pypi.org/project/pytest-otel/) | | * Tracing of Python test | | Maven | [Maven OpenTelemetry extension](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/maven-extension/README.md) | | * Tracing of Maven builds | -| Ansible | [Ansible OpenTelemetry Callback Plugin](https://docs.ansible.com/ansible/latest/collections/community/general/opentelemetry_callback.html) | | * Tracing in Ansible playbooks | +| Ansible | [Ansible OpenTelemetry Callback Plugin](https://docs.ansible.com/ansible/latest/collections/community/general/opentelemetry_callback.html) | | * Tracing and Logs in Ansible playbooks | | JUnit | [JUnit to OpenTelemetry](https://github.com/mdelapenya/junit2otlp) | | * Tracing of JUnit test results | | Eiffel | [Eiffel CI/CD Event Protocol](https://eiffel-community.github.io/) | | * Event protocol for CI/CD observability and interoperability | | CDEvents | [CD Event Protocol](https://cdevents.dev/) | | * Event protocol for CI/CD observability and interoperability |