Skip to content

Commit

Permalink
Document batching behavior. (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbtucker authored Dec 30, 2021
1 parent 1109699 commit 7b979f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metrics to Stackdriver. This is based on [this design](docs/design.md).

Custom metrics are a chargeable feature of Stackdriver Monitoring and there could be costs for your custom metrics. For more information on pricing, see [Stackdriver Pricing](https://cloud.google.com/stackdriver/pricing).

The sidecar batches up to
[200 timeseries per request](https://github.com/Stackdriver/stackdriver-prometheus-sidecar/blob/11096997d11e605190d04fd9f62e323efbfca1c0/stackdriver/client.go#L45)
(200 is the [limit imposed by the Google Cloud Monitoring API](https://cloud.google.com/monitoring/quotas)).

[![Build Status](https://travis-ci.com/Stackdriver/stackdriver-prometheus-sidecar.svg?branch=master)](https://travis-ci.com/Stackdriver/stackdriver-prometheus-sidecar)
[![Coverage Status](https://coveralls.io/repos/github/Stackdriver/stackdriver-prometheus-sidecar/badge.svg?branch=master)](https://coveralls.io/github/Stackdriver/stackdriver-prometheus-sidecar?branch=master)

Expand Down

0 comments on commit 7b979f9

Please sign in to comment.