is not current version
Last Version 2.0.0

com.groupon.dse:spark-metrics 1.0

A library to expose more of Apache Spark's metrics system

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

com.groupon.dse
ArtifactId

ArtifactId

spark-metrics
Version

Version

1.0
Type

Type

jar

Download spark-metrics 1.0


<!-- https://jarcasting.com/artifacts/com.groupon.dse/spark-metrics/ -->
<dependency>
    <groupId>com.groupon.dse</groupId>
    <artifactId>spark-metrics</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.dse/spark-metrics/
implementation 'com.groupon.dse:spark-metrics:1.0'
// https://jarcasting.com/artifacts/com.groupon.dse/spark-metrics/
implementation ("com.groupon.dse:spark-metrics:1.0")
'com.groupon.dse:spark-metrics:jar:1.0'
<dependency org="com.groupon.dse" name="spark-metrics" rev="1.0">
  <artifact name="spark-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon.dse', module='spark-metrics', version='1.0')
)
libraryDependencies += "com.groupon.dse" % "spark-metrics" % "1.0"
[com.groupon.dse/spark-metrics "1.0"]