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

Zs filtering telegraph input #15601 #15787

Merged
merged 4 commits into from
Nov 11, 2019

Conversation

zoesteinkamp
Copy link
Contributor

Closes #15601

Describe your proposed changes here.

  • CHANGELOG.md updated with a link to the PR (not the Issue)
  • Well-formatted commit messages
  • Rebased/mergeable
  • Tests pass
  • http/swagger.yml updated (if modified Go structs or API)
  • Documentation updated or issue created (provide link to issue/pr)
  • Signed CLA (if not already signed)

@zoesteinkamp zoesteinkamp requested a review from a team November 6, 2019 21:36
@ghost ghost requested review from desa and hoorayimhelping and removed request for a team November 6, 2019 21:36
cy.get('@org').then(({id}: Organization) => {
cy.createTelegraf('newteleg', description, id, 'zoebucket')
})
cy.reload()
Copy link
Contributor

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?

Copy link
Contributor

@hoorayimhelping hoorayimhelping left a 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?

ui/cypress/e2e/collectors.test.ts Show resolved Hide resolved
ui/cypress/e2e/collectors.test.ts Show resolved Hide resolved
ui/src/telegrafs/components/Collectors.tsx Outdated Show resolved Hide resolved
Copy link
Contributor

@hoorayimhelping hoorayimhelping left a 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

@zoesteinkamp zoesteinkamp force-pushed the zs-filteringTelegraphInput-#15601 branch from b9a1986 to 5548f9a Compare November 11, 2019 20:33
@zoesteinkamp zoesteinkamp merged commit 30623f6 into master Nov 11, 2019
@zoesteinkamp zoesteinkamp deleted the zs-filteringTelegraphInput-#15601 branch November 11, 2019 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable label filtering for Telegraf input search
3 participants