There are many ways to configure tracing. These custom configurations let you control how data is collected and recorded. We’ve included various examples:Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Configuring your OTEL Tracing
Customize Spans
Regardless of whether you use automatic or manual instrumentation, you can customize your spans with additional attributes that capture relevant context:- Add inputs and outputs
- Add evals
- Add prompt templates & variables
- Add attributes, metadata and tags
- Add events, exceptions and status
- Add cost tracking
- Add latent metadata
Sensitive Data Handling
When working with sensitive data, you can also enforce data protection by masking or redacting span attributes:If you don’t find what you’re looking for here, check out the OTEL docs.