Commit Graph

3 Commits

Author SHA1 Message Date
Cyrille Le Clerc 1faf083e2d
Reduce the cardinality of mojo span names (#192) 2022-01-14 14:20:36 -08:00
Cyrille Le Clerc 2c02e42003
[maven-extension] Capture details on mojo goal executions: `deploy:deploy`, `spring-boot:build-image`, `jib:build`, `snyk:test`, `snyk:monitor` (#146)
* Capture details on mojo goal executions: deploy:deploy, spring-boot:build-image

* Update screenshot

* Make spotless happy

* Clarify TODO + better class name

* Improve code

* Code cleanup

* Code cleanup

* Add handlers for `snyk:test` and `snyk:monitor`

* Add support for the Google Maven Jib Plugin

* Add unit tests, code cleanup

* Better README.md

* Better README.md

* Cleanup code

* Iterate on the semantic conventions

* Replace Optional by `@Nullable

* Make the built-in MojoGoalExecutionHandlers non-public while keeping the SPI mechanism

* Make the built-in MojoGoalExecutionHandlers non-public while keeping the SPI mechanism

* spotless apply

* Stop capturing auth username waiting for config flag to disable this

* Fix Javadocs

* Fix typo
2022-01-03 15:49:55 -08:00
Cyrille Le Clerc b72d168e4c
Maven OpenTelemetry Extension initial commit (#79) 2021-09-21 11:37:45 -07:00