-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Exploratory view] Label field filters/breakdowns #113766
Conversation
5d4baa3
to
82f78a3
Compare
@liciavale For now it won't be possible to disable label filters where there is no data. |
Pinging @elastic/uptime (Team:uptime) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dominiqueclarke i have fixed both issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -169,6 +169,15 @@ export const TAGS_LABEL = i18n.translate('xpack.observability.expView.fieldLabel | |||
export const METRIC_LABEL = i18n.translate('xpack.observability.expView.fieldLabels.metric', { | |||
defaultMessage: 'Metric', | |||
}); | |||
export const LABELS_FIELD = i18n.translate('xpack.observability.expView.fieldLabels.labels', { | |||
defaultMessage: 'Labels:', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to have a colon?
onChange={(value) => { | ||
setSeries(seriesId, { | ||
...series, | ||
breakdown: value?.[0]?.label ?? LABEL_FIELDS_BREAKDOWN, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💚 Build SucceededMetrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @shahzad31 |
💔 Backport failed
To backport manually run: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Summary
Fix elastic/uptime#334
Need feedback on desing/components
Add ability do filtering by label values, and breakdown on label fields
Breakdown
Filtering: