mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
Refactor Stackdriver-over-REST specific code to a different package
Downstream users who use gRPC rather than REST don't want to pull down rest-related dependencies. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145834701
This commit is contained in:
@@ -867,7 +867,7 @@ public final class RegistryConfig {
|
||||
* Maximum QPS for the Google Cloud Monitoring V3 (aka Stackdriver) API. The QPS limit can be
|
||||
* adjusted by contacting Cloud Support.
|
||||
*
|
||||
* @see google.registry.monitoring.metrics.StackdriverWriter
|
||||
* @see google.registry.monitoring.metrics.stackdriver.StackdriverWriter
|
||||
*/
|
||||
@Provides
|
||||
@Config("stackdriverMaxQps")
|
||||
@@ -879,7 +879,7 @@ public final class RegistryConfig {
|
||||
* Maximum number of points that can be sent to Stackdriver in a single TimeSeries.Create API
|
||||
* call.
|
||||
*
|
||||
* @see google.registry.monitoring.metrics.StackdriverWriter
|
||||
* @see google.registry.monitoring.metrics.stackdriver.StackdriverWriter
|
||||
*/
|
||||
@Provides
|
||||
@Config("stackdriverMaxPointsPerRequest")
|
||||
|
||||
Reference in New Issue
Block a user