64
Views
5
Comments
How to integrate Outsystems with Grafana and other monitoring tools

I want to integrate outsystems with other monitoring tools grafana ,prometheus etc. is that possible to integrate or not ?

2026-02-16 05-51-10
Sahana K
2022-12-30 07-28-09
Navneet Garg

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/


UserImage.jpg
akash singh

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

2022-03-10 08-26-10
Cristian Angel Puma Villalva

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! 😊

2022-03-10 08-26-10
Cristian Angel Puma Villalva

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. šŸš€

Hope this helps! 😊

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.