I want to integrate outsystems with other monitoring tools grafana ,prometheus etc. is that possible to integrate or not ?
Hi akash singh ,Please check the below link, it might me be helpfulhttps://www.outsystems.com/forums/discussion/82300/embedding-grafana-dashboard-in-an-iframe-in-outsystems-reactive-web-app/Thanks,Sahana
can you please provide more detail like what kind integration you are looking ?
Like I created a forge component for the log monitoring using grafana loki.
You can check that
https://www.outsystems.com/forge/component-overview/16598/loki-logger-demo
https://medium.com/@navneet.garg.dev/grafana-loki-with-outsystems-51e08eff7a00
for other integration you can check following document
https://success.outsystems.com/documentation/best_practices/performance_and_monitoring/monitoring_outsystems_applications/
Actually I want to work on POC to check is outsystems application able to integrate with multiple devops or monitoring tools or not like Grafana , Azure devops any CICD .thats why i am trying to get how to integrate outsystems app with these
Hello Akash,
Yes, you can integrate OutSystems with Grafana in different ways. One option is to create services in OutSystems (such as REST or SOAP) and consume that data directly from Grafana.
Another approach is to store the data in an external database and connect Grafana to that source for visualization. You can also use Prometheus as an intermediary to collect metrics and then display them in Grafana.
It all depends on what kind of monitoring you need and how you want to structure the integration. š
Hope this helps! š
Additionally, one of the simplest ways to integrate is by exporting your data as an Excel file, creating services that expose a JSON object, and using Grafana to visualize it in charts. Another approach is to structure your data as an object with totals and key metrics, making it easy to display in a dashboard.
Grafana is easy to use, and OutSystems makes it even easier to create and expose the necessary data services for integration. š