Did anyone integrate Grafanna with Oracle Siebel on premise!

Hi All

can anyone explain or share some documentation or steps to integration Grafanna any version with Oracle Siebel on Premise application!! we have to create dash boards on Grafanna for monitoring Siebel servers/components/resources

thanks in advance

Hi,

I see you asked the same question on the oracle support site, not supported on premiseā€¦

you can try setup your own prometheus exporter:

or you can use some custom tooling, like jolokia for weblogic to see the webserver details, memory, garabage collection, user count, online status etc., then you could use prometheus to export things like memory, disk space, network, processes, services etc. and a simple python script that connects to the oracle database and outputs data in a csv format, and then you can call these from panels in grafana using the infinity plugin to call the api endpoints and render the data.

hope this helps!