Table of Contents

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 = 4

Binary format for efficient storage and transmission.

Csv = 2

Comma-Separated Values format for spreadsheet and data analysis tools.

Grafana = 9

Grafana-compatible format for visualization dashboards.

HDF5 = 14

HDF5 format for scientific computing and large datasets.

InfluxDB = 6

InfluxDB line protocol format for time-series databases.

Json = 0

JavaScript Object Notation format for web applications and APIs.

MessagePack = 11

MessagePack format for efficient binary serialization.

OpenTelemetry = 8

OpenTelemetry format for distributed tracing and metrics.

Parquet = 13

Apache Parquet format for analytical data processing.

Prometheus = 5

Prometheus metrics format for monitoring and alerting systems.

Protobuf = 12

Protocol Buffers format for high-performance serialization.

StatsD = 7

StatsD format for real-time metrics aggregation.

Text = 3

Human-readable plain text format for logs and debugging.

Xml = 1

Extensible Markup Language format for structured data exchange.

Yaml = 10

YAML format for configuration and human-readable data.