Menu
Grafana Cloud

WSO2 Enterprise Integrator integration for Grafana Cloud

WSO2 Enterprise Integrator 7.1.0 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.

This integration includes 5 pre-built dashboards to help monitor and visualize WSO2 Enterprise Integrator metrics.

Before you begin

In order for this integration to work, you have to enable the Prometheus endpoint on your WSO2 Enterprise Integrator nodes. Please refer to the official documentation.

Install WSO2 Enterprise Integrator integration for Grafana Cloud

  1. In your Grafana Cloud stack, click Connections in the left-hand menu.
  2. Find WSO2 Enterprise Integrator and click its tile to open the integration.
  3. Review the prerequisites in the Configuration Details tab and set up Grafana Agent to send WSO2 Enterprise Integrator metrics to your Grafana Cloud instance.
  4. Click Install to add this integration’s pre-built dashboards to your Grafana Cloud instance, and you can start monitoring your WSO2 Enterprise Integrator setup.

Post-install configuration for the WSO2 Enterprise Integrator integration

After enabling the metrics generation, instruct Grafana Agent to scrape your WSO2 nodes.

WSO2 exposes a /metrics endpoint. To scrape it, add the provided snippet to your agent configuration file.

Make sure to change targets in the snippet according to your environment.

Configuration snippets for Grafana Agent

Below metrics.configs.scrape_configs, insert the following lines and change the URLs according to your environment:

yaml
    - job_name: integrations/wso2-enterprise-integrator
      metrics_path: '/metric-service/metrics'
      relabel_configs:
        - replacement: '<your-instance-name>'
          target_label: instance
        - replacement: '<your-cluster-name>'
          target_label: wso2_cluster
      static_configs:
        - targets: ['wso2-ei-node:9201']

Full example configuration for Grafana Agent

Refer to the following Grafana Agent configuration for a complete example that contains all the snippets used for the WSO2 Enterprise Integrator integration. This example also includes metrics that are sent to monitor your Grafana Agent instance.

yaml
integrations:
  prometheus_remote_write:
  - basic_auth:
      password: <your_prom_pass>
      username: <your_prom_user>
    url: <your_prom_url>
  agent:
    enabled: true
    relabel_configs:
    - action: replace
      source_labels:
      - agent_hostname
      target_label: instance
    - action: replace
      target_label: job
      replacement: "integrations/agent-check"
    metric_relabel_configs:
    - action: keep
      regex: (prometheus_target_sync_length_seconds_sum|prometheus_target_scrapes_.*|prometheus_target_interval.*|prometheus_sd_discovered_targets|agent_build.*|agent_wal_samples_appended_total|process_start_time_seconds)
      source_labels:
      - __name__
  # Add here any snippet that belongs to the `integrations` section.
  # For a correct indentation, paste snippets copied from Grafana Cloud at the beginning of the line.
logs:
  configs:
  - clients:
    - basic_auth:
        password: <your_loki_pass>
        username: <your_loki_user>
      url: <your_loki_url>
    name: integrations
    positions:
      filename: /tmp/positions.yaml
    scrape_configs:
      # Add here any snippet that belongs to the `logs.configs.scrape_configs` section.
      # For a correct indentation, paste snippets copied from Grafana Cloud at the beginning of the line.
metrics:
  configs:
  - name: integrations
    remote_write:
    - basic_auth:
        password: <your_prom_pass>
        username: <your_prom_user>
      url: <your_prom_url>
    scrape_configs:
      # Add here any snippet that belongs to the `metrics.configs.scrape_configs` section.
      # For a correct indentation, paste snippets copied from Grafana Cloud at the beginning of the line.
    - job_name: integrations/wso2-enterprise-integrator
      metrics_path: '/metric-service/metrics'
      relabel_configs:
        - replacement: '<your-instance-name>'
          target_label: instance
        - replacement: '<your-cluster-name>'
          target_label: wso2_cluster
      static_configs:
        - targets: ['wso2-ei-node:9201']
  global:
    scrape_interval: 60s
  wal_directory: /tmp/grafana-agent-wal

Dashboards

The WSO2 Enterprise Integrator integration installs the following dashboards in your Grafana Cloud instance to help monitor your system.

  • WSO2 API Metrics
  • WSO2 Inbound Endpoint Metrics
  • WSO2 Integration Cluster Metrics
  • WSO2 Integration Node Metrics
  • WSO2 Proxy Service Metrics

Cluster Overview

Cluster Overview

Node Overview

Node Overview

Apis Overview

Apis Overview

Metrics

The most important metrics provided by the WSO2 Enterprise Integrator integration, which are used on the pre-built dashboards, are as follows:

  • jvm_memory_bytes_max
  • jvm_memory_bytes_used
  • jvm_threads_state
  • process_cpu_seconds_total
  • process_max_fds
  • process_open_fds
  • wso2_integration_api_latency_seconds
  • wso2_integration_api_request_count_error_total
  • wso2_integration_api_request_count_total
  • wso2_integration_inbound_endpoint_latency_seconds
  • wso2_integration_inbound_endpoint_request_count_error_total
  • wso2_integration_inbound_endpoint_request_count_total
  • wso2_integration_proxy_inbound_endpoint_count_total
  • wso2_integration_proxy_latency_seconds
  • wso2_integration_proxy_request_count_error_total
  • wso2_integration_proxy_request_count_total
  • wso2_integration_server_up
  • wso2_integration_service_up

Changelog

md
# 1.0.0 - February 2024

* Update mixin to replace all Angular panels with React based panels.

# 0.0.6 - September 2023

* New Filter Metrics option for configuring the Grafana Agent, which saves on metrics cost by dropping any metric not used by this integration. Beware that anything custom built using metrics that are not on the snippet will stop working.
* New hostname relabel option, which applies the instance name you write on the text box to the Grafana Agent configuration snippets, making it easier and less error prone to configure this mandatory label.

# 0.0.5 - February 2023

* Bugfix - remove unused link

# 0.0.4 - January 2023

* Add job variable filter to all dashboards.

# 0.0.3 - September 2022

* Update dashboard panels descriptions.

# 0.0.2 - October 2021

* Update mixin to latest version:
  - Update queries to use $__rate_interval

# 0.0.1 - September 2021

* Initial release

Cost

By connecting your WSO2 Enterprise Integrator instance to Grafana Cloud, you might incur charges. To view information on the number of active series that your Grafana Cloud account uses for metrics included in each Cloud tier, see Active series and dpm usage and Cloud tier pricing.