Stream: dev

Topic: exporters as external services


view this post on Zulip Philip Durbin 🚀 (Mar 14 2024 at 18:00):

What if exporters could call external services? That way you could write the logic in whatever language, wrap it in a service, and let the exporter framework call into it.

view this post on Zulip Oliver Bertuch (Mar 15 2024 at 05:39):

I mentioned sth like that during tech hour. Here's a thought: in the SPI package, we could add an OpenAPI spec that would define the interface the external service must implement and an exporter plugin may use with e.g. Microprofile/JaxRs Rest Client. We could even add an interface / abstract class for the methods to implement in the exporter plugin (basically being an API wrapper). It should be possible to add the OpenAPI annotations there and generate the spec from it.

view this post on Zulip Slava Tykhonov (Mar 15 2024 at 08:47):

I would love to have this feature for the export in graph directly.


Last updated: Nov 01 2025 at 14:11 UTC