In my asp.net core app, using Opentelemetry and exporting it to AppInsights. Due to GDPR,instead of exporting the API request_response with Data to AppInsights I would like to add it to DB.
Any Solution, how can we do that?
In my asp.net core app, using Opentelemetry and exporting it to AppInsights. Due to GDPR,instead of exporting the API request_response with Data to AppInsights I would like to add it to DB.
Any Solution, how can we do that?