Replies: 2 comments 1 reply
-
|
@foragerr I think this is currently possible, I believe all our instrumentation respects this suppression strategy https://github.com/Arize-ai/phoenix/blob/main/src/phoenix/trace/__init__.py See suppression code. Basically we respect suppression via a flag. Would this work for you? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This is now also available via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to offer my langchain-chatbot users strong privacy guarantees. When a conversation is marked private, I want to not trace that interaction at alldo not want to trace that interaction at all.
When using auto-instrument, It would be nice to be able to set a flag in code to omit an interaction from tracing.
I see some discussion about filtering at the UI level after all traces have been logged, I haven't yet seen come across filtering at the trace collection level.
Beta Was this translation helpful? Give feedback.
All reactions