| License |
License |
|---|---|
| Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdorg.apache.tajo |
| ArtifactId | ArtifactIdtajo-metrics |
| Last Version | Last Version0.11.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTajo Metrics
This module contains an utility for Tajo system metrics collection.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tajo-metrics-0.11.3.pom | |
| tajo-metrics-0.11.3.jar | 22 KB |
| tajo-metrics-0.11.3-tests.jar | 9 KB |
| tajo-metrics-0.11.3-sources.jar | 9 KB |
| tajo-metrics-0.11.3-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tajo/tajo-metrics/ -->
<dependency>
<groupId>org.apache.tajo</groupId>
<artifactId>tajo-metrics</artifactId>
<version>0.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tajo/tajo-metrics/
implementation 'org.apache.tajo:tajo-metrics:0.11.3'
// https://jarcasting.com/artifacts/org.apache.tajo/tajo-metrics/
implementation ("org.apache.tajo:tajo-metrics:0.11.3")
'org.apache.tajo:tajo-metrics:jar:0.11.3'
<dependency org="org.apache.tajo" name="tajo-metrics" rev="0.11.3">
<artifact name="tajo-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tajo', module='tajo-metrics', version='0.11.3')
)
libraryDependencies += "org.apache.tajo" % "tajo-metrics" % "0.11.3"
[org.apache.tajo/tajo-metrics "0.11.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 2.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |