[ https://issues.apache.org/jira/browse/HIVE-25081?focusedWorklogId=609753&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-609753 ]
ASF GitHub Bot logged work on HIVE-25081: ----------------------------------------- Author: ASF GitHub Bot Created on: 10/Jun/21 15:05 Start Date: 10/Jun/21 15:05 Worklog Time Spent: 10m Work Description: asinkovits commented on a change in pull request #2332: URL: https://github.com/apache/hive/pull/2332#discussion_r649272168 ########## File path: standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java ########## @@ -454,6 +454,8 @@ public static ConfVars getMetaConf(String name) { "hive.metastore.acidmetrics.check.interval", 300, TimeUnit.SECONDS, "Time in seconds between acid related metric collection runs."), + METASTORE_ACIDMETRICS_EXT_ON("metastore.acidmetrics.ext.on", "hive.metastore.acidmetrics.ext.on", true, + "Whether to collect additional acid related metrics outside of the acid metrics service."), Review comment: fixed -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 609753) Time Spent: 1.5h (was: 1h 20m) > Put metrics collection behind a feature flag > -------------------------------------------- > > Key: HIVE-25081 > URL: https://issues.apache.org/jira/browse/HIVE-25081 > Project: Hive > Issue Type: Sub-task > Reporter: Antal Sinkovits > Assignee: Antal Sinkovits > Priority: Major > Labels: pull-request-available > Time Spent: 1.5h > Remaining Estimate: 0h > > Most metrics we're creating are collected in AcidMetricsService, which is > behind a feature flag. However there are some metrics that are collected > outside of the service. These should be behind a feature flag in addition to > hive.metastore.metrics.enabled. -- This message was sent by Atlassian Jira (v8.3.4#803005)