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.
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.
I would love to have this feature for the export in graph directly.
Last updated: Nov 01 2025 at 14:11 UTC