This repository has been archived by the owner on May 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop all extra command line flags (#80)
* Drop all extra command line flags In order to avoid having missed flags updated when the configuration structures change, and since command line flags are not used in our deployment environments, this patch removes all the unnecessary flags. The flags -config, -servicetype, and -uname are left in place to support the existing Operator configurations to avoid needing changes there. All other flags have been dropped in favour of using the standard configuration files. * Test both events and metrics structured configurations * Disable AMQP1Connections test for metrics Disable the AMQP1Connections test for metrics since it isn't implemented in metrics.go yet. * Re-add the check on the metrics side Add the check for AMQP1MetricsURL back in since we can't use AMQP1Connections here yet. * Align AMQP addresses in Golang tests
- Loading branch information
1 parent
9990fd6
commit e16c555
Showing
5 changed files
with
43 additions
and
77 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
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
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