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 aggregation metrics config unnecessary force of tags #2073

Merged

Conversation

alstanchev
Copy link
Contributor

@alstanchev alstanchev commented Dec 3, 2024

  1. Tags resolving relies on the fields configured in the group-by field of config but group-by does not rely on tags.
    Some times we may want to group by a field that we don't want as a tag so this fix removes the unwanted forcing af adding tags.

  2. Also renamed the variable of AggregateThingsMetricsActor to comply with the overall code pattern and to easily find the actor behind the ActorRef

@alstanchev alstanchev added this to the 3.6.4 milestone Dec 3, 2024
@alstanchev alstanchev requested a review from thjaeckle December 3, 2024 08:53
@alstanchev alstanchev self-assigned this Dec 3, 2024
@alstanchev alstanchev added the bug label Dec 3, 2024
Signed-off-by: Aleksandar Stanchev <[email protected]>
@alstanchev alstanchev force-pushed the bugfix/aggregation-metrics-tags branch from ff6178e to 4f63fb0 Compare December 3, 2024 10:10
Copy link
Member

@thjaeckle thjaeckle left a comment

Choose a reason for hiding this comment

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

Looks good to me.
Thanks for the fix 👍

@alstanchev alstanchev merged commit 560c737 into eclipse-ditto:master Dec 4, 2024
10 checks passed
@alstanchev alstanchev deleted the bugfix/aggregation-metrics-tags branch December 4, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants