nat.plugins.data_flywheel.observability.register#
Attributes#
Classes#
A telemetry exporter to transmit traces to NVIDIA Data Flywheel via Elasticsearch. |
Functions#
|
Module Contents#
- logger#
- class DFWElasticsearchTelemetryExporter(/, **data: Any)#
Bases:
nat.data_models.telemetry_exporter.TelemetryExporterBaseConfig,nat.observability.mixin.batch_config_mixin.BatchConfigMixinA telemetry exporter to transmit traces to NVIDIA Data Flywheel via Elasticsearch.
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.selfis explicitly positional-only to allowselfas a field name.- contract_version: nat.plugins.data_flywheel.observability.schema.sink.elasticsearch.ContractVersion = None#
- async dfw_elasticsearch_telemetry_exporter(
- config: DFWElasticsearchTelemetryExporter,
- _builder: nat.builder.builder.Builder,