-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Zs filtering telegraph input #15601 #15787
Conversation
cy.get('@org').then(({id}: Organization) => { | ||
cy.createTelegraf('newteleg', description, id, 'zoebucket') | ||
}) | ||
cy.reload() |
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.
can you add one of those cy.get({timeout})
lines here after the reload to ensure that the page has loaded?
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.
I was having trouble getting this working locally with a bucket name of System Metrics
and labels label 1
and label 2
. I poked around and searched for searchKeys
and saw some other calls to labels[].name
in the codebase, so I changed that locally and my example started working.
I bet your bucket name and label name share a lot of the same letters?
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.
LGTM! Might want to hit up Boatman and do what he's asking before merging
need to just fix tests now
Cleaning up test
Adding additions
b9a1986
to
5548f9a
Compare
Removing only
Closes #15601
Describe your proposed changes here.