Source is a contract of metrics sources.
package org.apache.spark.metrics.source
trait Source {
def sourceName: String
def metricRegistry: MetricRegistry
}|
Note
|
Source is a private[spark] contract.
|
| Method | Description |
|---|---|
|
|
|
Dropwizard Metrics' MetricRegistry Used when…FIXME |
| Source | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|