| License |
License |
|---|---|
| Categories |
CategoriesZipkin Application Testing & Monitoring Application Performance Monitoring (APM) CLI User Interface |
| GroupId | GroupIdorg.apache.camel |
| ArtifactId | ArtifactIdcamel-example-zipkin-client |
| Last Version | Last Version2.19.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCamel :: Example :: Zipkin :: Client
An example showing how to trace incoming and outgoing messages from Camel with Zipkin
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-zipkin-client/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-zipkin-client</artifactId>
<version>2.19.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-zipkin-client/
implementation 'org.apache.camel:camel-example-zipkin-client:2.19.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-zipkin-client/
implementation ("org.apache.camel:camel-example-zipkin-client:2.19.5")
'org.apache.camel:camel-example-zipkin-client:jar:2.19.5'
<dependency org="org.apache.camel" name="camel-example-zipkin-client" rev="2.19.5">
<artifact name="camel-example-zipkin-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-zipkin-client', version='2.19.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-zipkin-client" % "2.19.5"
[org.apache.camel/camel-example-zipkin-client "2.19.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-cdi | jar | 2.19.5 |
| org.apache.camel : camel-zipkin | jar | 2.19.5 |
| org.apache.camel : camel-http | jar | 2.19.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.enterprise : cdi-api | jar | 1.2 |