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

added datadog tracer #2190

Merged
merged 3 commits into from
Nov 15, 2024
Merged

added datadog tracer #2190

merged 3 commits into from
Nov 15, 2024

Conversation

mekilis
Copy link
Collaborator

@mekilis mekilis commented Nov 13, 2024

No description provided.

@mekilis mekilis changed the base branch from v2 to main November 13, 2024 19:07
case config.DatadogTracerProvider:
dt := NewDatadogTracer(tCfg.Datadog, licenser)
if !licenser.DatadogTracing() {
log.Error(ErrTracerFeatureUnavailable.Error())
Copy link
Collaborator

@jirevwe jirevwe Nov 15, 2024

Choose a reason for hiding this comment

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

Nitpick: we should pass the log instance so this line respects the configured log level

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Noted

@jirevwe jirevwe merged commit cc72ff9 into main Nov 15, 2024
4 checks passed
@jirevwe jirevwe deleted the smart-dd branch November 15, 2024 09:17
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