This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from cb2a6f8  support for jitpack dependencies #1407
     new 1228ce7  Fix #1489: add Tracing trait
     new f2e1763  Fix #1489: add Tracing trait test
     new 47917f8  Fix #1489: restore go.sum

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...{register_master.go => register_opentracing.go} |   4 +-
 addons/tracing/discovery/jaeger.go                 |  72 ++++++++++
 .../discovery/locator.go}                          |  13 +-
 addons/tracing/tracing.go                          | 152 +++++++++++++++++++++
 addons/tracing/tracing_test.go                     | 114 ++++++++++++++++
 deploy/camel-catalog-1.3.0-SNAPSHOT-main.yaml      |   4 +
 deploy/camel-catalog-1.3.0-SNAPSHOT-quarkus.yaml   |   4 +
 deploy/resources.go                                |  12 +-
 deploy/traits.yaml                                 |  33 +++++
 docs/modules/ROOT/nav.adoc                         |   1 +
 docs/modules/traits/pages/tracing.adoc             |  54 ++++++++
 go.sum                                             |   1 +
 pkg/apis/camel/v1/common_types.go                  |   2 +
 script/gen_doc.sh                                  |   2 +-
 14 files changed, 455 insertions(+), 13 deletions(-)
 copy addons/{register_master.go => register_opentracing.go} (90%)
 create mode 100644 addons/tracing/discovery/jaeger.go
 copy addons/{register_3scale.go => tracing/discovery/locator.go} (68%)
 create mode 100644 addons/tracing/tracing.go
 create mode 100644 addons/tracing/tracing_test.go
 create mode 100755 docs/modules/traits/pages/tracing.adoc

Reply via email to