WSO2 Enterprise Integrator is a powerful configuration-driven approach to integration, which allows developers to build integration solutions graphically.
This is a hybrid platform that enables API-centric integration and supports various integration architecture styles: microservices architecture, cloud-native architecture, or a centralized ESB architecture. This integration platform offers a graphical/configuration-driven approach to developing integrations for any of the architectural styles.
For more information, please refer to the product webpage.
This mixin contains 5 dashboards for monitoring a Enterprise Integrator environment, including the Micro Integrator profile. They were based on the dashboards available on the Grafana dashboard registry.
WSO2 Integration Cluster Metrics
WSO2 Integration Node Metrics
WSO2 API Metrics
WSO2 Proxy Service Metrics
WSO2 Inbound Endpoint Metrics
To use them, you need to have mixtool
and jsonnetfmt
installed. If you have a working Go development environment, it's easiest to run the following:
$ go get github.com/monitoring-mixins/mixtool/cmd/mixtool
$ go get github.com/google/go-jsonnet/cmd/jsonnetfmt
You can then build a directory dashboard_out
with the JSON dashboard files for Grafana:
$ make build
For more advanced uses of mixins, see Prometheus Monitoring Mixins docs.