rambleraptor commented on code in PR #16107:
URL: https://github.com/apache/iceberg/pull/16107#discussion_r3237776360


##########
gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java:
##########
@@ -73,6 +73,18 @@ public class GCPProperties implements Serializable {
   /** Controls whether analytics core library is enabled or not. Defaults to 
false. */
   public static final String GCS_ANALYTICS_CORE_ENABLED = 
"gcs.analytics-core.enabled";
 
+  /**
+   * Controls the Google Cloud project ID used for Google Cloud Monitoring 
metrics. Defaults to the
+   * GCS project ID.
+   */
+  public static final String GCP_MONITORING_PROJECT_ID = 
"gcp.monitoring.project-id";
+
+  /** Controls the metric prefix used for Google Cloud Monitoring metrics. */
+  public static final String GCP_MONITORING_METRIC_PREFIX = 
"gcp.monitoring.metric-prefix";
+
+  /** Default metric prefix for Google Cloud Monitoring metrics. */
+  public static final String GCP_MONITORING_METRIC_PREFIX_DEFAULT = 
"custom.googleapis.com/iceberg";
+

Review Comment:
   I have a slight bias towards using GCP here because this isn't storage 
related. Monitoring is a Cloud product, but not a storage product.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to