Replies: 1 comment
-
managed to solve this. generator.yml config example gives the desired output with additional enrichment labels
truncated output example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm looking for a way to perform a resolve of index of specific MIB from another MIB.
pretty sure I'm missing something basics here and would appreciate your help
the example here is aristaQueueMIB has nested index of ifIndex.
here's generator.yml configuration:
MIBs loaded successfully
example metric once polling the arista switch with arista_sw module:
the aristaEgressIfIndex value represented by the well known if_mib module, here's output:
what i'm looking for is to resolve the ifAlias into the entire aristaQueueMIB metrics to loo like this as an truncated example:
or further more to enrich more labels to metrics with ifAlias:
i looked at the generator file format for ideas, but without of success.
tried few conventions and kinds of this generator config:
thank you
Beta Was this translation helpful? Give feedback.
All reactions