Skip to content

Commit

Permalink
📝 Add reference to newly created Airbyte Monitoring Tutorial (#19598)
Browse files Browse the repository at this point in the history
* add reference from metric collection

* adding more context

* remove empty line

Co-authored-by: swyx <shawnthe1@gmail.com>
  • Loading branch information
sspaeti and swyxio authored Nov 28, 2022
1 parent be530bb commit b85efb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/operator-guides/collecting-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,5 @@ Configure two additional env vars to the Datadog endpoint:
## Metrics
Visit [OssMetricsRegistry.java](https://github.com/airbytehq/airbyte/blob/master/airbyte-metrics/metrics-lib/src/main/java/io/airbyte/metrics/lib/OssMetricsRegistry.java) to get a complete list of metrics Airbyte is sending.

## Additional information
Suppose you are looking for a non-production way of collecting metrics with dbt and Metabase, the tutorial [Airbyte Monitoring with dbt and Metabase](https://airbyte.com/blog/airbyte-monitoring-with-dbt-and-metabase) by accessing Airbyte's Postgres DB. The source code is open on [airbytehq/open-data-stack](https://github.com/airbytehq/open-data-stack). Think of it as an exploratory for data analysts and data engineers of building a dashboard on top of the existing Airbyte Postgres database versus the Prometheus more for DevOps engineers in production.

0 comments on commit b85efb1

Please sign in to comment.