You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ metrics to Stackdriver. This is based on [this design](docs/design.md).
5
5
6
6
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).
7
7
8
+
The sidecar batches up to
9
+
[200 timeseries per request](https://github.com/Stackdriver/stackdriver-prometheus-sidecar/blob/11096997d11e605190d04fd9f62e323efbfca1c0/stackdriver/client.go#L45)
10
+
(200 is the [limit imposed by the Google Cloud Monitoring API](https://cloud.google.com/monitoring/quotas)).
0 commit comments