Skip to content

Conversation

pabloem
Copy link
Contributor

@pabloem pabloem commented Oct 3, 2025

…uping attributes - fixes #135335

@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label v9.3.0 and removed needs:triage Requires assignment of a team area label labels Oct 3, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-storage-engine (Team:StorageEngine)

Copy link
Member

@dnhatn dnhatn left a comment

Choose a reason for hiding this comment

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

I've left a comment, thanks Pablo!

@dnhatn dnhatn self-requested a review October 4, 2025 07:17
@dnhatn dnhatn added >non-issue v9.2.1 auto-backport Automatically create backport pull requests when merged and removed >feature labels Oct 4, 2025
Copy link
Member

@dnhatn dnhatn left a comment

Choose a reason for hiding this comment

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

LGTM, thanks Pablo!

required_capability: absent_over_time
required_capability: k8s_dataset_additional_fields
TS k8s | STATS is_present = max(absent_over_time(pod)) BY cluster, time_bucket = tbucket(10minute) | SORT time_bucket, cluster | LIMIT 10;
TS k8s | STATS is_present = max(absent_over_time(network.eth0.tx)) BY cluster, time_bucket = tbucket(10minute) | SORT time_bucket, cluster | LIMIT 10;
Copy link
Contributor

@limotova limotova Oct 7, 2025

Choose a reason for hiding this comment

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

In the interest of type-coverage can we maybe add a keyword field to the dataset for these functions? From the mappings event should be a keyword, but I guess it was never actually generated...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Automatically create backport pull requests when merged >non-issue :StorageEngine/TSDB You know, for Metrics Team:StorageEngine v9.2.1 v9.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix aggregations on dimension fields
4 participants