package instrumentation
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
InstrumentationFactory extends Serializable
A trait that defines a factory for creating instrumentation providers.
-
trait
InstrumentationProvider extends Serializable
A trait that defines methods for instrumenting metrics.
-
class
StreamingQueryMetricsListener extends StreamingQueryListener
A listener that captures streaming query metrics and interacts with an instrumentation provider.
Value Members
-
object
InstrumentationProvider extends Serializable
An object that provides a factory for creating instrumentation instances based on the configuration.
-
object
StreamingQueryMetricsListener
An object that initializes a StreamingQueryMetricsListener and attaches it to a SparkSession.