axiom
Version:
Axiom AI SDK provides - an API to wrap your AI calls with observability instrumentation. - offline evals - online evals
36 lines (18 loc) • 611 B
Markdown
[**axiom v0.51.1**](../../README.md)
***
[axiom](../../README.md) / [index](../README.md) / WithSpanOptions
# Type Alias: WithSpanOptions
> **WithSpanOptions** = `object`
Options for withSpan configuration.
## Properties
### redactionPolicy?
> `optional` **redactionPolicy**: [`AxiomAIRedactionPolicy`](AxiomAIRedactionPolicy.md)
Redaction policy to override global policy for this span
***
### timeoutMs?
> `optional` **timeoutMs**: `number`
Timeout for abandoned streams (default: 600,000ms / 10 minutes)
***
### tracer?
> `optional` **tracer**: `Tracer`
Custom OpenTelemetry tracer instance