AxFlowMetricsInstruments
type AxFlowMetricsInstruments = Readonly<{
duration: Histogram;
errors: Counter;
requests: Counter;
}>;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/flow/metrics.ts#L3
type AxFlowMetricsInstruments = Readonly<{
duration: Histogram;
errors: Counter;
requests: Counter;
}>;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/flow/metrics.ts#L3