Skip to content

fix: add service_name label to the canary exporter #3930

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

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

kolesnikovae
Copy link
Collaborator

@kolesnikovae kolesnikovae commented Feb 19, 2025

The change adds service_name label to the profiles ingested by canary exporter, and the label selector used to query it back. Without the service_name label selector, in the newest versions, the query hits tenant-wide dataset index, which is only created after L0 compaction and is usually delayed by ~15-30s. Therefore, canary-exporter queries return no data until then, and the probe fails due to empty response.

@kolesnikovae kolesnikovae marked this pull request as ready for review February 19, 2025 07:24
@kolesnikovae kolesnikovae requested a review from a team as a code owner February 19, 2025 07:24
Copy link
Contributor

@simonswine simonswine left a comment

Choose a reason for hiding this comment

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

LGTM

Currently canary-exporters are deployed manually, so you need to update a reference to the version

@kolesnikovae kolesnikovae merged commit 8598bc0 into main Feb 19, 2025
21 checks passed
@kolesnikovae kolesnikovae deleted the fix/add-canary-exporter-service-name branch February 19, 2025 08:21
shelldandy pushed a commit to shelldandy/pyroscope that referenced this pull request Mar 14, 2025
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