License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-example-spring-boot-metrics |
Last Version | Last Version2.19.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: Example :: Spring Boot Metrics
An example showing how to work with Camel and Spring Boot and report metrics to Graphite
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-boot-metrics/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-spring-boot-metrics</artifactId>
<version>2.19.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-boot-metrics/
implementation 'org.apache.camel:camel-example-spring-boot-metrics:2.19.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-boot-metrics/
implementation ("org.apache.camel:camel-example-spring-boot-metrics:2.19.5")
'org.apache.camel:camel-example-spring-boot-metrics:jar:2.19.5'
<dependency org="org.apache.camel" name="camel-example-spring-boot-metrics" rev="2.19.5">
<artifact name="camel-example-spring-boot-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-spring-boot-metrics', version='2.19.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-spring-boot-metrics" % "2.19.5"
[org.apache.camel/camel-example-spring-boot-metrics "2.19.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-spring-boot-starter | jar | 2.19.5 |
org.apache.camel : camel-metrics-starter | jar | 2.19.5 |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.7.RELEASE |
org.jolokia : jolokia-core | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | |
io.dropwizard.metrics : metrics-core | jar | |
io.dropwizard.metrics : metrics-graphite | jar |