forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert airbyte-metrics-reporter to micronaut (airbytehq#17365)
* sealed class experiment * micronaut the metric reporter service * code format * move event-listeners to EventListeners class * code format * db cleanup; start adding tests * finish porting over MetricsQueriesTest pieces that apply * dedupe/simplify test code * add EmitterTest; misc code clean-up * address pmd warnings * remove code that was moved to the reporter package * update application.yml * Emitter[] -> List<Emitter> * remove unused singleton * formatting * formatting * remove default test creds * update banner * remove commented out code * remove another commented out line
- Loading branch information
1 parent
938436b
commit d30de1b
Showing
15 changed files
with
1,215 additions
and
867 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
Oops, something went wrong.