-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ensure Kafka Event Bus APM monitoring #658
Comments
|
|
@dianakhuang: UPDATE: This has been moved to a new ticket: #736 |
UPDATE: Added point 3 as well. |
What we want:
Ideas:
Questions:
|
Note: We may want to retain 100% of spans with the newly defined operation_name. We'll see. |
Datadog Support confirms that there is no automatic support for connecting the producer's trace to the spans that come out of the consumer's work. However, we can implement this ourselves if we need it:
(It would probably be more appropriate for us to use Span Links but those are only available via the OpenTelemetry integration.) |
^ Converted that distributed tracing info to its own ticket: #758 |
This ticket is for determining what we want and need from Kafka APM monitoring, and implementing or spinning off appropriate tickets.
Tasks:
Notes:
operation_name
value in place ofdjango.request
(for example). Something likeconsumer.consume
(to go with kafka.consume)?OtherTransaction/Message/Kafka/Topic/Named/prod-course-catalog-info-changed
service:kafka
operation_name:kafka.consume
spans that have limited information.DD_KAFKA_SERVICE
could be used to changeservice:kafka
from its default.The text was updated successfully, but these errors were encountered: