-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add /api/sampling endpoint in collector
Return metricsFactory from test server init fix import structure fix unwanted change in agent server Add license on new file Signed-off-by: RickyRajinder <singh.sangh@gmail.com> Add tests for errors Refactor collector API handler to extend agent handler Remove unused fields Unexport fields in HttpHandler Update callers of NewAPIHandler Run go fmt Fix lint issues Fix spelling error in comment Refactor HTTP Handler to shared location Implement clientConfigManager interface for collector Run gofmt Resolve prior dependencies Rename HTTPHandler Update comments and fix failing test in agent Change mux version Add empty test Rebase master and register routes in APIHandler Remove empty test and rename handler variables Run fmt
- Loading branch information
1 parent
c6677ca
commit 7350001
Showing
5 changed files
with
66 additions
and
21 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