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
feat: add the export logic for per-connection error rate metric (#2121)
* Add the metric export logic.
* Fix integration test failure by updating set of metrics.
* Refactor the creation of MonitoredResource.
* Use StackdriverStatsConfiguration to get GCE/GKE monitoring resource.
* Use preconditions to check null values.
* Remove unnecesary checks.
Copy file name to clipboardexpand all lines: google-cloud-bigtable-deps-bom/pom.xml
+6
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,12 @@
77
77
<type>pom</type>
78
78
<scope>import</scope>
79
79
</dependency>
80
+
<!-- Other opencensus packages' versions are pulled through com.google.cloud:third-party-dependencies, but has to be manually specified for this one. -->
Copy file name to clipboardexpand all lines: google-cloud-bigtable-stats/src/main/java/com/google/cloud/bigtable/stats/BigtableCreateTimeSeriesExporter.java
+5-9
Original file line number
Diff line number
Diff line change
@@ -33,26 +33,22 @@ final class BigtableCreateTimeSeriesExporter extends MetricExporter {
Copy file name to clipboardexpand all lines: google-cloud-bigtable-stats/src/main/java/com/google/cloud/bigtable/stats/BigtableStackdriverExportUtils.java
Copy file name to clipboardexpand all lines: google-cloud-bigtable-stats/src/main/java/com/google/cloud/bigtable/stats/BigtableStackdriverStatsExporter.java
0 commit comments