Skip to content
Draft
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@
/packages/statsd_input_otel @elastic/ecosystem
/packages/stormshield @elastic/integration-experience
/packages/sublime_security @elastic/security-service-integrations @elastic/sit-crest-contractors
/packages/supabase_otel @elastic/obs-infraobs-integrations
/packages/suricata @elastic/integration-experience
/packages/swimlane @elastic/security-service-integrations @elastic/sit-crest-contractors
/packages/symantec_endpoint @elastic/integration-experience
Expand Down
6 changes: 6 additions & 0 deletions packages/supabase_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# newer versions go on top

Check notice on line 1 in packages/supabase_otel/changelog.yml

View workflow job for this annotation

GitHub Actions / Lint user-facing content

Elastic.Versions: Use 'later versions' instead of 'newer versions' when referring to versions.
- version: "0.1.0"
changes:
- description: Initial release of the Supabase content package with four Kibana dashboards
type: enhancement
link: https://github.com/elastic/integrations/pull/20265
16 changes: 16 additions & 0 deletions packages/supabase_otel/docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Supabase OpenTelemetry Assets

This package provides Kibana Assets for visualizing Supabase metrics collected by the **Supabase** integration.

## Dashboards

| Dashboard | Description |
|---|---|
| **[Supabase OTel] Node & Infrastructure** | Node-level infrastructure metrics including memory, network, CPU, disk I/O, and filesystem. |
| **[Supabase OTel] Databases & PostgreSQL** | Database internals, PgBouncer connection pooling, Go SQL connection pool, and replication & WAL. |
| **[Supabase OTel] Services & API** | Application service metrics for Auth (GoTrue), PostgREST, Realtime, and Go runtime. |

## Prerequisites

- Install the **Supabase** integration package and configure it with your Supabase project credentials. These dashboards query data collected by that integration.
- Data must be ingested into the `metrics-supabase.metrics.otel-*` index pattern before the dashboards will populate.
15 changes: 15 additions & 0 deletions packages/supabase_otel/img/supabase-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions packages/supabase_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
format_version: "3.6.2"
name: supabase_otel
title: "Supabase OpenTelemetry Assets"
version: 0.1.0
description: >-
Visualizing Supabase metrics collected via the OTel Prometheus receiver. Covers infrastructure, PostgreSQL, Supavisor, and application service metrics.
type: content
categories:
- observability
- monitoring
- cloud
- opentelemetry
conditions:
kibana:
version: "^9.4.0"
elastic:
subscription: basic
icons:
- src: /img/supabase-logo.svg
title: Supabase logo
size: 256x256
type: image/svg+xml
discovery:
datasets:
- name: supabase.metrics.otel
owner:
type: elastic
github: elastic/obs-infraobs-integrations
Loading