-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converter static v2 3rd set of integrations (#5698)
* wire up blackbox exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up cadvisor integration v2 for converter Signed-off-by: erikbaranowski <[email protected]> * wire up cloudwatch exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up consul exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up dnsmasq exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up elasticsearch exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up gcp exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up github exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up kafka exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up memcached exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up mongodb exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up mssql exporter for integrations v2 exporter Signed-off-by: erikbaranowski <[email protected]> * wire up mysql exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up node exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up oracledb exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up postgres exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up process exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up redis exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up snmp exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up snowflake exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up squid exporter for integration v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up statsd exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * wire up windows exporter for integrations v2 converter Signed-off-by: erikbaranowski <[email protected]> * fix up windows test after running it in local windows --------- Signed-off-by: erikbaranowski <[email protected]>
- Loading branch information
1 parent
54b5e78
commit e257a56
Showing
33 changed files
with
824 additions
and
294 deletions.
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.