Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable sending request / response data to New Relic #30

Open
AWatson-Arcadia opened this issue Dec 4, 2023 · 0 comments
Open

Disable sending request / response data to New Relic #30

AWatson-Arcadia opened this issue Dec 4, 2023 · 0 comments
Labels
enhancement Feature Improvements

Comments

@AWatson-Arcadia
Copy link

Summary

Currently the library sends the prompt and response from OpenAI to New Relic. Organizations with private/sensitive data (ex. PHI) may not need or want that data to be captured.

Desired Behavior

Environment Variable to suppress collection of Prompt and Messages from OpenAI API Calls or optional levels of capturing OpenAI messages (for debugging in lower environments)

Possible Solution

User can set Environment Variable like DATA_COLLECTION = False or enumeration which disable collection of messages/prompts or any language data, and only metrics (response headers, status codes) shall be collected.

Additional context

Issue duplicated from python library - newrelic/nr-openai-observability#39

@AWatson-Arcadia AWatson-Arcadia added the enhancement Feature Improvements label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature Improvements
Projects
None yet
Development

No branches or pull requests

1 participant