-
Notifications
You must be signed in to change notification settings - Fork 644
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
Support chained lookups in the generator #757
Conversation
…ed lookups. Signed-off-by: Stephan Jaekel <[email protected]>
@SuperQ according to the contribution docs I should mention one of the maintainers to get some attention to this PR. :-) If there is anything I can improve here, let me know! |
Nice, should we add an example of this to the generator.yml? |
Sure, I'll push an update tomorrow. |
Just update the README for generator. |
Looks like the new commit is missing DCO. You can use |
Signed-off-by: Stephan Jaekel <[email protected]>
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
* Fix prometheus#678 - Generator should be able to properly build chained lookups. Signed-off-by: Stephan Jaekel <[email protected]> * Extend readme on chained lookups and multi-index lookups. Signed-off-by: Stephan Jaekel <[email protected]>
* Fix prometheus#678 - Generator should be able to properly build chained lookups. Signed-off-by: Stephan Jaekel <[email protected]> * Extend readme on chained lookups and multi-index lookups. Signed-off-by: Stephan Jaekel <[email protected]> Signed-off-by: Jasper <[email protected]>
* [CHANGE] Update to exporter-toolkit v0.8.1 (#810) * [FEATURE] Support chained lookups in the generator (#757) * [ENHANCEMENT] Add per-SNMP packet statistics. (#656) * [ENHANCEMENT] Add support for aes192c and aes256c privacy protocol (#657) * [ENHANCEMENT] Support responding from different source address (#702) * [BUGFIX] Fixes dropped context passing (#634) * [BUGFIX] Add version flag (#717) * [BUGFIX] Fix retries in generator (#786) Signed-off-by: SuperQ <[email protected]>
* [CHANGE] Update to exporter-toolkit v0.8.1 (#810) * [FEATURE] Support chained lookups in the generator (#757) * [ENHANCEMENT] Add per-SNMP packet statistics. (#656) * [ENHANCEMENT] Add support for aes192c and aes256c privacy protocol (#657) * [ENHANCEMENT] Support responding from different source address (#702) * [BUGFIX] Fixes dropped context passing (#634) * [BUGFIX] Add version flag (#717) * [BUGFIX] Fix retries in generator (#786) Signed-off-by: SuperQ <[email protected]>
* [CHANGE] Update to exporter-toolkit v0.8.1 (#810) * [FEATURE] Support chained lookups in the generator (#757) * [ENHANCEMENT] Add per-SNMP packet statistics. (#656) * [ENHANCEMENT] Add support for aes192c and aes256c privacy protocol (#657) * [ENHANCEMENT] Support responding from different source address (#702) * [BUGFIX] Fixes dropped context passing (#634) * [BUGFIX] Add version flag (#717) * [BUGFIX] Fix retries in generator (#786) Signed-off-by: SuperQ <[email protected]> Signed-off-by: SuperQ <[email protected]>
This PR fixes the generator tree code to add lookups as index if the lookup label is used for another lookup. Example configuration to use it for Cisco's Class based QOS (CISCO-CLASS-BASED-QOS-MIB)
Fixes: #678