gateway icon indicating copy to clipboard operation
gateway copied to clipboard

Observability Management or Custom handling

Open ranjancse26 opened this issue 2 years ago • 1 comments

The current analytics, logs are great, and it could be a default options for the users. However, I think it's a great idea to let the users configure their preferred Observability Management options as there are existing users with the Enterprise Customers who wish to handle the Observability on their vendor's ex: Helicone, Langfuse, LangSmith etc. opentelemetry based observability is always a great idea.

ranjancse26 avatar Jan 16 '24 12:01 ranjancse26

If you are using Portkey's cloud then all the logs are by default stored in Portkey's DB, because that's the expectation from a fully managed solution.

For self hosted gateway, you can add a middleware for logging and dump the data in your preferred store. (Either via file storage and then adding a transporter, or an API).

For managed enterprise use cases, we do offer webhooks to facilitate custom handling.

I hope this helps.

ayush-portkey avatar Jan 16 '24 19:01 ayush-portkey