-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] adding otlp endpoint (#7996)
* [FEATURE] adding otlp endpoint Signed-off-by: Nicolas Takashi <[email protected]> * [FEATURE] adding otlp endpoint Signed-off-by: Nicolas Takashi <[email protected]> * [FEATURE] adding otlp endpoint Signed-off-by: Nicolas Takashi <[email protected]> * [FIX] e2e tests for otlp receiver Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] adding otlp flags Signed-off-by: Nicolas Takashi <[email protected]> * [DOC] updating docs Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] copying otlptranslator Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] copying otlptranslator tests Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] copying otlptranslator tests Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] copying otlptranslator tests Signed-off-by: Nicolas Takashi <[email protected]> * [FIX] lint issues Signed-off-by: Nicolas Takashi <[email protected]> * [FIX] lint issues Signed-off-by: Nicolas Takashi <[email protected]> * [FIX] lint issues Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] using multi errors Signed-off-by: Nicolas Takashi <[email protected]> * [FIX] span naming convention Signed-off-by: Nicolas Takashi <[email protected]> * [TEST] adding handler otlp unit test Signed-off-by: Nicolas Takashi <[email protected]> * [TEST] upgrade collector version Signed-off-by: Nicolas Takashi <[email protected]> * [FIX] golang lint Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] adding allow size bytes limit gate Signed-off-by: Nicolas Takashi <[email protected]> * [FIX] unit test otlp endpoint Signed-off-by: Nicolas Takashi <[email protected]> * Apply suggestions from code review Co-authored-by: Saswata Mukherjee <[email protected]> Signed-off-by: Nicolas Takashi <[email protected]> * [FIX] unit test otlp endpoint Signed-off-by: Nicolas Takashi <[email protected]> * [DOC] updating docs Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] applying pr comments Signed-off-by: Nicolas Takashi <[email protected]> * Update pkg/receive/handler_otlp.go Co-authored-by: Matej Gera <[email protected]> Signed-off-by: Nicolas Takashi <[email protected]> * Update cmd/thanos/receive.go Co-authored-by: Matej Gera <[email protected]> Signed-off-by: Nicolas Takashi <[email protected]> * [DOCS] updating Signed-off-by: Nicolas Takashi <[email protected]> * [FIX] go mod lint issues Signed-off-by: Nicolas Takashi <[email protected]> * Fix TestFromMetrics error comparison Signed-off-by: Saswata Mukherjee <[email protected]> --------- Signed-off-by: Nicolas Takashi <[email protected]> Signed-off-by: Saswata Mukherjee <[email protected]> Co-authored-by: Saswata Mukherjee <[email protected]> Co-authored-by: Matej Gera <[email protected]>
- Loading branch information
1 parent
a3b78c2
commit 300a9ed
Showing
25 changed files
with
4,085 additions
and
39 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
Oops, something went wrong.