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

fix: inputs.gnmi add support for decimal_val as per gnmi v0.8.0 #12140

Merged
merged 5 commits into from
Nov 2, 2022

Conversation

richursa
Copy link
Contributor

@richursa richursa commented Nov 1, 2022

resolves #12137

Add support for double_val for gnmi v0.8.0 in gnmi input plugin.
Updated go.mod to use import latest gnmi spec.

@telegraf-tiger telegraf-tiger bot added the fix pr to fix corresponding bug label Nov 1, 2022
@telegraf-tiger
Copy link
Contributor

telegraf-tiger bot commented Nov 1, 2022

@richursa richursa marked this pull request as ready for review November 2, 2022 18:23
@MyaLongmire MyaLongmire added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Nov 2, 2022
@sspaink sspaink merged commit 415cfa8 into influxdata:master Nov 2, 2022
powersj pushed a commit that referenced this pull request Nov 29, 2022
* fix: run make fmt

* change gnmiLib version from 0.7.0 to 0.8.0

* fix: add support for decimalVal as per gnmi v0.8.0

* fix: run go mod tidy

* fix: run make fmt

Co-authored-by: richu abraham <ricabrah@cisco.com>
(cherry picked from commit 415cfa8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

inputs.gnmi doesnt support double_val for gnmi v0.8.0
3 participants