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

Parse the Redis optional replication section redis_replication measuremet #5921

Merged
merged 1 commit into from Sep 12, 2019

Conversation

adamflott
Copy link
Contributor

@adamflott adamflott commented May 29, 2019

Parse the Redis replication nodes into individual pieces (ip, port, offset, lag) instead of a single string

Required for all PRs:

  • Signed CLA.
  • [N/A] Associated README.md updated.
  • Has appropriate unit tests.

@glinton glinton added feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin area/redis labels May 30, 2019
Copy link
Contributor

@glinton glinton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you document the new redis_replication measurement in the readme? thanks

@adamflott
Copy link
Contributor Author

@glinton done

plugins/inputs/redis/redis.go Outdated Show resolved Hide resolved
plugins/inputs/redis/redis.go Outdated Show resolved Hide resolved
plugins/inputs/redis/redis.go Outdated Show resolved Hide resolved
@danielnelson danielnelson added this to the 1.12.0 milestone Aug 15, 2019
Copy link
Contributor

@glinton glinton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, can you also update theses to use the new format:

### Metrics
- measurement1
  - tags:
    - tag1 (optional description)
    - tag2
  - fields:
    - field1 (type, unit)
    - field2 (float, percent)

+ measurement2

@danielnelson danielnelson modified the milestones: 1.12.0, 1.13.0 Aug 20, 2019
@adamflott
Copy link
Contributor Author

@danielnelson @glinton I believe I addressed all the feedback, please review.

@glinton
Copy link
Contributor

glinton commented Aug 26, 2019

In the future, once a review has started, please refrain from force-pushing as we don't always have time for a compete re-review. thanks

@adamflott
Copy link
Contributor Author

Any update? The code is ready. Also, is 1.13 the appropriate target? I feel this is a minor change and could likely be included in the 1.12.x line

@danielnelson danielnelson merged commit 57f58fd into influxdata:master Sep 12, 2019
@danielnelson
Copy link
Contributor

Thanks @adamflott, sorry this will need to go out in 1.13 since we try to make as few changes as possible to the release branches to avoid introducing new bugs.

bitcharmer pushed a commit to bitcharmer/telegraf that referenced this pull request Oct 18, 2019
athoune pushed a commit to bearstech/telegraf that referenced this pull request Apr 17, 2020
idohalevi pushed a commit to idohalevi/telegraf that referenced this pull request Sep 29, 2020
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redis feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants