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

[flare][auto-discovery][jmx] missing attributes-related log files in flare #3450

Open
truthbk opened this issue Jul 26, 2017 · 0 comments
Open
Labels
Milestone

Comments

@truthbk
Copy link
Member

truthbk commented Jul 26, 2017

In a flare when running jmxfetch in autoconf/auto-discovery mode we don't seem to include the relevant list_everything, list_collected_attributes, list_matching_attributes, etc.

The problem has two facets I believe:

  1. JMXfetch will rely on the yamls present to to decide if it calls jmxfetch to collect the attributes matching, etc. So we don't even make the call if those files are not present.
  2. Because a new JMXfetch process is launched to collect the attributes, this won't work with SD, because even if JMXfetch was indeed summoned by the flare command, it won't know what attributes to collect.

Ideally we could solve this with gRPC (or similar), currently, it might require some ugly work.

@truthbk truthbk added the core label Jul 26, 2017
@truthbk truthbk added this to the Future milestone Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant