-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenTelemetry for Eclipse Dirigible (#4451)
* Add Spring Boot Admin (SBA) Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add more comments Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * enable liveness and readiness Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * increase waiting time in CsvimIT.java Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * code formatting Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * OpenTelemetry spring boot setup Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * update test controller Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * update service name Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * enable actuator metrics report Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * otel profile and otel meter example Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * do not call GlobalOpenTelemetry Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add micrometer counter Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add custom span with remote call Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add manual span via code not annotations Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add query param as span attribute Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add span with failure Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add call with httpclient + create otel module Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add repository calls to the example Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add trace for scripts execution Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add OpenTelmetry stack setup Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * adapt tests Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * loki cleanup, opensearch using docker profile only Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add Dirigible sample project Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * export traces to debug as well Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * update README.md Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * less verbose debug exporter Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * update README.md, update sample project Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add job details to the job execution span Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * enable flowable actuator Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * export flowable metrics based on data in flowable actuator endpoint Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add traces for BPM tasks execution Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * more details in js and ts endpoints Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * remove span names for the endpoints Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add traces for the synchronizers Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * rebase with master Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * fix flowable close Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * update headers Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * fix local tests execution Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add custom quartz metrics Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * wip - camel metrics and traces Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * code formatting Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * delete CamelTelemetryConfigurator.java Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add span for synchronizers span Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * properties cleanup Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * fix SecurityIT.java Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * cleanup and change attribute names - align with the others Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * cleanup Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * remove starter vs agent files Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * remove test REST Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * remove comment Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * update README Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * Update README.md --------- Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>
- Loading branch information
1 parent
a00ec55
commit 68e9168
Showing
77 changed files
with
3,261 additions
and
502 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
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
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.