Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions dashboards/secops/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Dashboards for Bindplane SecOps Exporter

#### Notes

- This dashboard is based on the [Bindplane Collector source](https://bindplane.com/docs/resources/sources/bindplane-agent) and
[Google Prometheus Engine destination](https://bindplane.com/docs/resources/destinations/google-cloud-managed-service-for-prometheus) Bindplane resources.

|Bindplane SecOps Exporter|
|:------------------|
|Filename: [secops.json](secops.json)|
|This dashboard has charts displaying: `Request latency`, `Request batch size`, `Request payload size`, `Log sent rate`, `Log failure rate`, `Exporter sending queue utilization`, `Exporter sending queue size`, `Exporter sending queue latency`, `Exporter sending queue batch size`, `Exporter sending queue payload size`, and `Exporter sending queue utilization`|

#### Usage

1. Configure the [Bindplane Collector source](https://bindplane.com/docs/resources/sources/bindplane-agent) and ensure Exporter metrics are enabled.
2. Configure the [Google Prometheus Engine destination](https://bindplane.com/docs/resources/destinations/google-cloud-managed-service-for-prometheus).
3. Import the dashboard into your Google Cloud Monitoring workspace.


6 changes: 6 additions & 0 deletions dashboards/secops/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sample_dashboards:
-
category: Bindplane SecOps Exporter
id: bindplane-secops-exporter
Copy link
Collaborator

@pintofloyed pintofloyed May 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name of the json template filename should match the id field here

display_name: Bindplane SecOps Exporter Overview
description: "This dashboard has charts displaying: Request latency, Request batch size, Request payload size, Log sent rate, Log failure rate, Exporter sending queue utilization, Exporter sending queue size, Exporter sending queue latency, Exporter sending queue batch size, Exporter sending queue payload size, and Exporter sending queue utilization"
Loading