Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 6, 2024
1 parent 1dbb65f commit 69d599c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/implementation/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
Metrics logging is specified in the
[Singer Spec](https://hub.meltano.com/singer/spec#metrics).

The SDK will automatically the following metrics:
The SDK will automatically emit the following metrics:

- `record_count`: The number of records processed by the tap or target.
- `http_request_duration`: The duration of HTTP requests made by the tap.
- `sync_duration`: The duration of the sync operation.
- `batch_processing_time`: The duration of processing a batch of records.

## Customization options

Expand Down

0 comments on commit 69d599c

Please sign in to comment.