Skip to content

Commit 42e8cb5

Browse files
committed
need more attention on CloudSyncOptOutStore.java as the way it builds metrics names based on prefix/suffix
1 parent 53fb28c commit 42e8cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/uid2/operator/store/CloudSyncOptOutStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public Collection<byte[]> getLoadedPartitions() {
306306
public static class OptOutStoreSnapshot {
307307
private static final Logger LOGGER = LoggerFactory.getLogger(OptOutStoreSnapshot.class);
308308

309-
private static final String METRIC_NAME_PREFIX = "uid2.optout.";
309+
private static final String METRIC_NAME_PREFIX = "uid2_optout_";
310310

311311
// Metrics for processing deltas and partitions.
312312
private static final String OPT_OUT_PROCESSING_METRIC_NAME = METRIC_NAME_PREFIX + "processing";

0 commit comments

Comments
 (0)