mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +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
|
@ -14,7 +14,6 @@ java_library(
|
|||
deps = [
|
||||
"//java/google/registry/config",
|
||||
"//java/google/registry/model",
|
||||
"//java/google/registry/monitoring/metrics/contrib",
|
||||
"//java/google/registry/rdap",
|
||||
"//java/google/registry/request",
|
||||
"//java/google/registry/request/auth",
|
||||
|
@ -26,6 +25,7 @@ java_library(
|
|||
"@com_google_code_findbugs_jsr305",
|
||||
"@com_google_dagger",
|
||||
"@com_google_guava",
|
||||
"@com_google_monitoring_client_contrib",
|
||||
"@com_google_truth",
|
||||
"@com_google_truth_extensions_truth_java8_extension",
|
||||
"@com_googlecode_json_simple",
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
package google.registry.rdap;
|
||||
|
||||
import static google.registry.monitoring.metrics.contrib.DistributionMetricSubject.assertThat;
|
||||
import static google.registry.monitoring.metrics.contrib.LongMetricSubject.assertThat;
|
||||
import static com.google.monitoring.metrics.contrib.DistributionMetricSubject.assertThat;
|
||||
import static com.google.monitoring.metrics.contrib.LongMetricSubject.assertThat;
|
||||
|
||||
import com.google.common.collect.ImmutableSet;
|
||||
import google.registry.rdap.RdapMetrics.EndpointType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue