-
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
[TSVB] Markdown variables not working for empty labels #91838
Conversation
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.
Code LGTM, tested it locally and works fine 🙂
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @VladLasitsa |
@elasticmachine run elasticsearch-ci/docs |
* Fix markdown for empty values * Fix ci * Fix eslint Co-authored-by: Kibana Machine <[email protected]>
* Fix markdown for empty values * Fix ci * Fix eslint Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Closes: #90756
Summary
When I have a split series by Terms on a field which contains an empty string, the markdown variables are not working properly.
So that fix it now we use
(empty)
instead of just empty string as in timeseries tab.