zentol commented on a change in pull request #9542: [FLINK-13873][metrics]
Change the column family as tags for influxdb …
URL: https://github.com/apache/flink/pull/9542#discussion_r335976518
##########
File path:
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBNativeMetricOptions.java
##########
@@ -149,6 +151,13 @@
.key(RocksDBProperty.ActualDelayedWriteRate.getConfigKey())
.defaultValue(false)
.withDescription("Monitor the current actual delayed write
rate. 0 means no delay.");
+
+ public static final ConfigOption<Boolean> COLUMN_FAMILY_AS_VARIABLE =
ConfigOptions
+ .key(RocksDBProperty.ColumnFamilyAsVariable.getConfigKey())
+ .defaultValue(false)
+ .withDescription(String.format("The column family as variable
for RocksDB metrics to use column family as variable or not, when create metric
group. " +
Review comment:
```suggestion
.withDescription(String.format("Whether to expose the column
family as a variable." +
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services