Skip to main content
The following examples showcase common practices for configuring custom dashboards and widgets. Let this be the starting point to ensure you are effectively monitoring your system-wide infrastructure data. After insturmenting one of the Middleware Infrastructure Agent and APM packages, default dashboards relating to that data will automatically populate in your Dashboard Builder landing page. The following are examples of custom widgets that your team could create.

Kubernetes Example Widgets

Select system.cpu.utilization as your primary metric, choose the Average By filter and aggregate by the sum of all host.name. Filter the above query such that is.k8s.node = yes
To use the Kubernetes Widgets, import the following .json file into the Dashboard Builder:
JSON

Container Example Widgets

Choose the Query Value chart type, select k8s.container.name as your primary metric and choose the Unique By filter to display the count of all active containers:
To use the Container Widgets, import the following .json file into the Dashboard Builder:
JSON

Metrics Example Widgets

Select connections.active as your primary metric, choose the Maximum By filter and aggregate by the average of all connections.active.hostname
These Widgets were created by sending the following JSON through Postman:
You may need to adjust the format depending on how you are sending requests.
.json
Need assistance or want to learn more about Middleware? Contact us at support[at]middleware.io.