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

#8328 Fixed a bug with the state map in Dynatrace Plugin #8329

Merged
merged 73 commits into from
Oct 29, 2020

Conversation

thschue
Copy link
Contributor

@thschue thschue commented Oct 28, 2020

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

fixes #8328

Thomas Schuetz and others added 30 commits July 2, 2020 11:32
Co-authored-by: Steven Soroka <ssoroka78@gmail.com>
Co-authored-by: Steven Soroka <ssoroka78@gmail.com>
@@ -28,7 +28,6 @@ var (
maxMetricKeyLen = 250
)

var counts map[string]string
var sent = 0
Copy link
Contributor

Choose a reason for hiding this comment

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

You'll also want to move the sent variable inside the struct

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added a variable SendCounter to the struct.

@ssoroka ssoroka merged commit a49e37a into influxdata:master Oct 29, 2020
ssoroka pushed a commit that referenced this pull request Nov 13, 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynatrace Output plugin not able to push metrics to 2 separate DT environments.
4 participants