Skip to main content
If you’re experiencing excessive logging for single LLM interactions, you can use the suppress_instrumentation function to temporarily disable all future instrumentation.
Once you run this command, it will suppress all future instrumentation, which should reduce the volume of records being logged.

Conditional instrumentation

You can also conditionally suppress instrumentation based on your application logic:

Context-specific suppression

For more granular control, you might want to suppress instrumentation around specific operations:
suppress_instrumentation() disables all future instrumentation globally. Make sure this is the behavior you want, or consider using sampling or conditional logic instead.

Re-enabling Instrumentation

To re-enable instrumentation after suppressing it, simply reconfigure Atla: