
org.apache.gobblin.rest.Metric.pdl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gobblin-rest-api Show documentation
Show all versions of gobblin-rest-api Show documentation
A distributed data integration framework for streaming and batch data ecosystems.
The newest version!
namespace org.apache.gobblin.rest
/**
* Gobblin metric
*/
record Metric {
/**
* Metric group
*/
group: string
/**
* Metric name
*/
name: string
/**
* Metric type
*/
type: enum MetricTypeEnum {
COUNTER
METER
GAUGE
}
/**
* Metric value
*/
value: string
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy