Enum MetricsExportFormat
- Namespace
- DotCompute.Abstractions.Pipelines.Enums
- Assembly
- DotCompute.Abstractions.dll
Specifies the format for exporting pipeline metrics and telemetry data.
public enum MetricsExportFormat
Fields
Binary = 4Binary format for efficient storage and transmission.
Csv = 2Comma-Separated Values format for spreadsheet and data analysis tools.
Grafana = 9Grafana-compatible format for visualization dashboards.
HDF5 = 14HDF5 format for scientific computing and large datasets.
InfluxDB = 6InfluxDB line protocol format for time-series databases.
Json = 0JavaScript Object Notation format for web applications and APIs.
MessagePack = 11MessagePack format for efficient binary serialization.
OpenTelemetry = 8OpenTelemetry format for distributed tracing and metrics.
Parquet = 13Apache Parquet format for analytical data processing.
Prometheus = 5Prometheus metrics format for monitoring and alerting systems.
Protobuf = 12Protocol Buffers format for high-performance serialization.
StatsD = 7StatsD format for real-time metrics aggregation.
Text = 3Human-readable plain text format for logs and debugging.
Xml = 1Extensible Markup Language format for structured data exchange.
Yaml = 10YAML format for configuration and human-readable data.