Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Open Telemetry tracing #451

Merged
merged 1 commit into from
Oct 19, 2023

feat: global events and open telemetry instrumentation

4527a11
Select commit
Loading
Failed to load commit list.
Merged

Include Open Telemetry tracing #451

feat: global events and open telemetry instrumentation
4527a11
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Oct 18, 2023 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- src/KafkaFlow.IntegrationTests/Core/Exceptions/ErrorExecutingMiddlewareException.cs  1
- src/KafkaFlow.IntegrationTests/Core/Exceptions/PartitionAssignmentException.cs  1
- src/KafkaFlow.OpenTelemetry/ActivitySourceAccessor.cs  2
- src/KafkaFlow.OpenTelemetry/OpenTelemetryConsumerEventsHandler.cs  9
- src/KafkaFlow.OpenTelemetry/OpenTelemetryProducerEventsHandler.cs  10
- src/KafkaFlow.Abstractions/MessageErrorEventContext.cs  1
- src/KafkaFlow.IntegrationTests/OpenTelemetryTests.cs  2
- src/KafkaFlow/GlobalEvents.cs  1
- src/KafkaFlow.Abstractions/MessageEventContext.cs  1
- src/KafkaFlow/EventSubscription.cs  1
- src/KafkaFlow/Event.cs  3
- src/KafkaFlow.OpenTelemetry/ExtensionMethods.cs  1
         

Clones added
============
- src/KafkaFlow.OpenTelemetry/OpenTelemetryConsumerEventsHandler.cs  1
- src/KafkaFlow.OpenTelemetry/OpenTelemetryProducerEventsHandler.cs  1
- src/KafkaFlow.IntegrationTests/OpenTelemetryTests.cs  3
- src/KafkaFlow.IntegrationTests/GlobalEventsTest.cs  9
- src/KafkaFlow.IntegrationTests/Core/Bootstrapper.cs  1
         

See the complete overview on Codacy