Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Removing configuration items from GetMetricTypes() #22

Open
marcin-krolik opened this issue May 19, 2016 · 0 comments
Open

Removing configuration items from GetMetricTypes() #22

marcin-krolik opened this issue May 19, 2016 · 0 comments

Comments

@marcin-krolik
Copy link
Collaborator

As a plugin user I would like to be able to load the plugin and get available metric list regardless of nodes availability and configuration.
GetMetricTypes should provide list of available metrics statically utilizing dynamic metric mechanism. This way specific configuration items like nodes IP, credentials etc could be moved to task manifest and shifted from the plugin load event to collect metrics event.

@PatrykMatyjasek PatrykMatyjasek self-assigned this May 19, 2016
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue May 31, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue May 31, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue May 31, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 1, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 2, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 2, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 2, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 2, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 2, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 2, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 2, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 2, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 2, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 2, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 7, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 8, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 8, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 8, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 8, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 8, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 8, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 9, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 10, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 10, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
@snapbot snapbot added the tracked label Jul 9, 2016
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jul 26, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jul 26, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Aug 1, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Aug 1, 2016
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
PatrykMatyjasek added a commit to PatrykMatyjasek/snap-plugin-collector-node-manager that referenced this issue Jun 23, 2020
- remove getting capabilities from both in-band, and out-of-band collection,
- all requests are now send in separate goroutines,
- add support for dynamic metrics,
- fix for intelsdi-x#22
- add logging
- add new CUPS readings
@PatrykMatyjasek PatrykMatyjasek removed their assignment Jun 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants