https://github.com/application-research/estuary-metrics
Estuary Metrics API
https://github.com/application-research/estuary-metrics
Last synced: about 1 year ago
JSON representation
Estuary Metrics API
- Host: GitHub
- URL: https://github.com/application-research/estuary-metrics
- Owner: application-research
- License: other
- Created: 2022-07-14T16:32:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T17:25:16.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T18:21:42.698Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://metrics-api.estuary.tech/swagger/index.html
- Size: 20.2 MB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Estuary Metrics Dashboard and API
API that wraps all Estuary objects for Metrics purposes.
# Components
## Available
- [Estuary Metrics Core](./core/README.md) - the core metrics has all the core components to run metrics. This includes the pull metrics directly from a live estuary postgres database, heartbeat checks of all the servers, tracer and profiler.
- [Estuary Metrics REST Module](./rest/README.md) - this is the rest api endpoint layer that wraps the core functions.
## WIP
- [Estuary Simple Metrics Dashboard (WIP)](./dashboard/README.md)
- [Estuary Metrics Notification API with Postgres Triggers(WIP)](./notification/README.md)
- [Estuary Metric CLI (WIP)](./cmd/README.md)
- [Estuary tracer and client (WIP)](#) - this is a tracer that estuary can use to push time series logs.
# API usage
This API is now being used on https://estuary.tech


# Specs
[Specification](https://www.notion.so/ecosystem-wg/Metrics-Tracking-ea3da497096e4e4580c38a6a057b274f)