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

AWS EC2 issues #15906

Closed
kirillmandrygin opened this issue Sep 17, 2024 · 6 comments · Fixed by #15965
Closed

AWS EC2 issues #15906

kirillmandrygin opened this issue Sep 17, 2024 · 6 comments · Fixed by #15965
Assignees
Labels
bug unexpected problem or unintended behavior

Comments

@kirillmandrygin
Copy link

Some additional feature was added to aws ec2 processor here: #15795 , and It is working good but I have two issues:

  1. Error when I run telegraf with --test:
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x740411b]

goroutine 109 [running]:
github.com/influxdata/telegraf/plugins/processors/aws_ec2.(*AwsEc2Processor).Stop(0xc00252e9c0?)
	/go/src/github.com/influxdata/telegraf/plugins/processors/aws_ec2/ec2.go:166 +0x3b
github.com/influxdata/telegraf/models.(*RunningProcessor).Stop(...)
	/go/src/github.com/influxdata/telegraf/models/running_processor.go:115
github.com/influxdata/telegraf/agent.(*Agent).runProcessors.func1(0xc001fec0c0)
	/go/src/github.com/influxdata/telegraf/agent/agent.go:666 +0x172
created by github.com/influxdata/telegraf/agent.(*Agent).runProcessors in goroutine 14
	/go/src/github.com/influxdata/telegraf/agent/agent.go:656 +0x3e
  1. Metadata tag added with slash (for example: test_metric{/Name="test-instance"}), is this expected behaviour?
@srebhan
Copy link
Member

srebhan commented Oct 2, 2024

@kirillmandrygin please test the binary in PR #15965, available once CI finished the tests, and let me know if this fixes your issues!

@srebhan srebhan self-assigned this Oct 2, 2024
@srebhan
Copy link
Member

srebhan commented Oct 7, 2024

@kirillmandrygin could you please test the fix ASAP so we can include it in today's release?!?

@srebhan srebhan added bug unexpected problem or unintended behavior waiting for response waiting for response from contributor labels Oct 7, 2024
@kirillmandrygin
Copy link
Author

@srebhan yes, I can, please give me 30 minutes

@telegraf-tiger telegraf-tiger bot removed the waiting for response waiting for response from contributor label Oct 7, 2024
@kirillmandrygin
Copy link
Author

@srebhan I have an issue with downloading the build artifacts: #15965 (comment)

@srebhan
Copy link
Member

srebhan commented Oct 7, 2024

Yeah artifacts get deleted after some time. I restarted the CircleCI flow... This should take about 30min to complete... Please test afterwards!

@kirillmandrygin
Copy link
Author

@srebhan I can confirm it is working good now, I don't have any errors and i get name of tags without slash. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants