AxAIMetricsInstruments
Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/metrics.ts#L35
Properties
| Property | Type |
|---|
abortsCounter? | Counter<Attributes> |
cacheReadTokensCounter? | Counter<Attributes> |
cacheWriteTokensCounter? | Counter<Attributes> |
contextWindowUsageGauge? | Gauge<Attributes> |
errorCounter? | Counter<Attributes> |
errorRateGauge? | Gauge<Attributes> |
estimatedCostCounter? | Counter<Attributes> |
functionCallLatencyHistogram? | Histogram<Attributes> |
functionCallsCounter? | Counter<Attributes> |
inputTokenCounter? | Counter<Attributes> |
latencyHistogram? | Histogram<Attributes> |
maxTokensGauge? | Gauge<Attributes> |
meanLatencyGauge? | Gauge<Attributes> |
multimodalRequestsCounter? | Counter<Attributes> |
outputTokenCounter? | Counter<Attributes> |
p95LatencyGauge? | Gauge<Attributes> |
p99LatencyGauge? | Gauge<Attributes> |
promptLengthHistogram? | Histogram<Attributes> |
requestCounter? | Counter<Attributes> |
requestSizeHistogram? | Histogram<Attributes> |
responseSizeHistogram? | Histogram<Attributes> |
streamingRequestsCounter? | Counter<Attributes> |
temperatureGauge? | Gauge<Attributes> |
thinkingBudgetUsageCounter? | Counter<Attributes> |
timeoutsCounter? | Counter<Attributes> |
tokenCounter? | Counter<Attributes> |