Source — Contract of Metrics Sources
Source
is a contract of metrics sources.
1 2 3 4 5 6 7 8 9 10 |
package org.apache.spark.metrics.source trait Source { def sourceName: String def metricRegistry: MetricRegistry } |
Note
|
Source is a private[spark] contract.
|
Method | Description |
---|---|
|
Used when…FIXME |
|
Dropwizard Metrics’ MetricRegistry Used when…FIXME |
Source | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|