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

move nr to only send gauge metrics #681

Merged
merged 1 commit into from
Mar 18, 2024
Merged

move nr to only send gauge metrics #681

merged 1 commit into from
Mar 18, 2024

Conversation

i3149
Copy link
Contributor

@i3149 i3149 commented Mar 18, 2024

Rather than using a counter for some IF metrics, now NR metrics will always be sent as a gauge. For example:

{
        "name": "kentik.snmp.ifHCOutUcastPkts",
        "type": "gauge",
        "value": 1370,
        "interval.ms": 43460,
        "attributes": {
          "mib-name": "IF-MIB",
          "device_name": "bart",
          "src_addr": "192.168.0.200",
          "tags.test": "one",
          "if_Index": "2",
...

@i3149 i3149 requested a review from thezackm March 18, 2024 20:33
@i3149 i3149 merged commit 840a17b into main Mar 18, 2024
1 check passed
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.

2 participants