mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Move metrics dependencies to artifacts under Maven groupId com.google.monitoring-client
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=180580386
This commit is contained in:
parent
0aab48eb9f
commit
07622725bf
94 changed files with 153 additions and 6451 deletions
|
@ -846,7 +846,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.stackdriver.StackdriverWriter
|
||||
* @see com.google.monitoring.metrics.stackdriver.StackdriverWriter
|
||||
*/
|
||||
@Provides
|
||||
@Config("stackdriverMaxQps")
|
||||
|
@ -858,7 +858,7 @@ public final class RegistryConfig {
|
|||
* Maximum number of points that can be sent to Stackdriver in a single {@code
|
||||
* TimeSeries.Create} API call.
|
||||
*
|
||||
* @see google.registry.monitoring.metrics.stackdriver.StackdriverWriter
|
||||
* @see com.google.monitoring.metrics.stackdriver.StackdriverWriter
|
||||
*/
|
||||
@Provides
|
||||
@Config("stackdriverMaxPointsPerRequest")
|
||||
|
@ -867,10 +867,10 @@ public final class RegistryConfig {
|
|||
}
|
||||
|
||||
/**
|
||||
* The reporting interval for {@link google.registry.monitoring.metrics.Metric} instances to be
|
||||
* sent to a {@link google.registry.monitoring.metrics.MetricWriter}.
|
||||
* The reporting interval for {@link com.google.monitoring.metrics.Metric} instances to be sent
|
||||
* to a {@link com.google.monitoring.metrics.MetricWriter}.
|
||||
*
|
||||
* @see google.registry.monitoring.metrics.MetricReporter
|
||||
* @see com.google.monitoring.metrics.MetricReporter
|
||||
*/
|
||||
@Provides
|
||||
@Config("metricsWriteInterval")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue