Hi,
I've just started to look at
prometheus.io to evaluate it for use in one of my projects.
My problem is that my components today expose their metrics as json over http and I have no way of instrument the code with the java client library nor install additional software on the components machines.
I looked at the exporter / integration section in the manual, but as I understand it an exporter is something running on the same machine as the monitored software and expose the softwares metrics in a format readable for prometheus?
Is there a concept/component/configuration that could be applied on the prometheus instance doing the conversion from json/anything to a prometheus readable format?
Regards
Andreas