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

fix(flameql): allow slashes in tag name #3722

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

marcsanmi
Copy link
Contributor

This was originally reported in Alloy grafana/alloy#2158.

The change extends service name validation to allow slashes, enabling hierarchical service naming patterns. After this change is validated, I'll create the proper PR in Alloy since the validation isn't reused in Alloy but ported from Pyroscope.

Closes #3721

@marcsanmi marcsanmi requested a review from a team as a code owner November 27, 2024 12:05
@marcsanmi marcsanmi force-pushed the marcsanmi/fix-service-name-label branch from 527a710 to 543dc0d Compare November 27, 2024 12:05
pkg/og/flameql/flameql.go Outdated Show resolved Hide resolved
@marcsanmi marcsanmi requested a review from aleks-p November 27, 2024 15:19
Copy link
Contributor

@aleks-p aleks-p left a comment

Choose a reason for hiding this comment

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

LGTM

@marcsanmi marcsanmi merged commit 123a3f4 into main Nov 27, 2024
18 checks passed
@marcsanmi marcsanmi deleted the marcsanmi/fix-service-name-label branch November 27, 2024 16:07
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.

Align /ingest HTTP API validation with Push API
2 participants