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

Always send sample rate for logs #38930

Merged
merged 1 commit into from
Feb 24, 2024
Merged

Always send sample rate for logs #38930

merged 1 commit into from
Feb 24, 2024

Conversation

trask
Copy link
Member

@trask trask commented Feb 24, 2024

Missed this in #38737

@github-actions github-actions bot added the OpenTelemetry OpenTelemetry instrumentation label Feb 24, 2024
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

Copy link
Member

@heyams heyams left a comment

Choose a reason for hiding this comment

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

can we fix classicSDK too?

@@ -139,6 +139,7 @@ public void map(SpanData span, Consumer<TelemetryItem> consumer) {
consumer);
}

// TODO looks like this method can be private
public TelemetryItem map(SpanData span, long itemCount) {
Copy link
Member

Choose a reason for hiding this comment

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

this method is used in agent.

Copy link
Member Author

Choose a reason for hiding this comment

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

can you show me where?

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

that's not the same method

@trask
Copy link
Member Author

trask commented Feb 24, 2024

can we fix classicSDK too?

this needs to be fixed on the agent side

@heyams
Copy link
Member

heyams commented Feb 24, 2024

/check-enforcer override

@heyams heyams merged commit 470513f into Azure:main Feb 24, 2024
20 of 22 checks passed
@trask trask deleted the itemcount branch February 26, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OpenTelemetry OpenTelemetry instrumentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants