-
Notifications
You must be signed in to change notification settings - Fork 486
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
Converter static v2 3rd set of integrations #5698
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
eff4917
wire up blackbox exporter for integrations v2 converter
erikbaranowski 706b5bd
wire up cadvisor integration v2 for converter
erikbaranowski a8b1a6a
wire up cloudwatch exporter for integrations v2 converter
erikbaranowski 4b41fc0
wire up consul exporter for integrations v2 converter
erikbaranowski cb6961d
wire up dnsmasq exporter for integrations v2 converter
erikbaranowski 2447691
wire up elasticsearch exporter for integrations v2 converter
erikbaranowski 77d0f47
wire up gcp exporter for integrations v2 converter
erikbaranowski 4a508a1
wire up github exporter for integrations v2 converter
erikbaranowski 539ab1e
wire up kafka exporter for integrations v2 converter
erikbaranowski 5234f70
wire up memcached exporter for integrations v2 converter
erikbaranowski 2b7206e
wire up mongodb exporter for integrations v2 converter
erikbaranowski 30f1c7c
wire up mssql exporter for integrations v2 exporter
erikbaranowski aec7552
wire up mysql exporter for integrations v2 converter
erikbaranowski 0eb469b
wire up node exporter for integrations v2 converter
erikbaranowski 4dcf932
wire up oracledb exporter for integrations v2 converter
erikbaranowski 37e5b9b
wire up postgres exporter for integrations v2 converter
erikbaranowski f3fa683
wire up process exporter for integrations v2 converter
erikbaranowski 49afc32
wire up redis exporter for integrations v2 converter
erikbaranowski a6a819a
wire up snmp exporter for integrations v2 converter
erikbaranowski a68baf3
wire up snowflake exporter for integrations v2 converter
erikbaranowski 83d2559
wire up squid exporter for integration v2 converter
erikbaranowski 971fec3
wire up statsd exporter for integrations v2 converter
erikbaranowski ce82442
wire up windows exporter for integrations v2 converter
erikbaranowski af8c62a
fix up windows test after running it in local windows
erikbaranowski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 2 additions & 11 deletions
13
converter/internal/staticconvert/internal/build/cadvisor_exporter.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 2 additions & 12 deletions
14
converter/internal/staticconvert/internal/build/cloudwatch_exporter.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 2 additions & 12 deletions
14
converter/internal/staticconvert/internal/build/consul_exporter.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 2 additions & 12 deletions
14
converter/internal/staticconvert/internal/build/dnsmasq_exporter.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 2 additions & 12 deletions
14
converter/internal/staticconvert/internal/build/elasticsearch_exporter.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 2 additions & 12 deletions
14
converter/internal/staticconvert/internal/build/gcp_exporter.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fixed a potential bug where I was overwriting the value instead of appending.