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

change tags for better data support #3

Merged
merged 7 commits into from
Dec 22, 2023
Merged

change tags for better data support #3

merged 7 commits into from
Dec 22, 2023

Conversation

dicko2
Copy link
Contributor

@dicko2 dicko2 commented Dec 22, 2023

No description provided.

eventContextMessageContext.ConsumerContext.Offset.ToString(),
DateTimeOffset.UtcNow,
theTimer.Elapsed, "500", false);
telemetryClient.TrackKafkaDependency(eventContextMessageContext, "500", false, theTimer.Elapsed);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have specific error code for this? maybe we can start by the name of Exception type

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"500"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

DateTimeOffset.UtcNow,
theTimer.Elapsed, "200", true);

telemetryClient.TrackKafkaDependency(eventContextMessageContext, "200", true, theTimer.Elapsed);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"200" -> "ok"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@dicko2 dicko2 merged commit 4052124 into master Dec 22, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants