src/main/java/com/googlesource/gerrit/plugins/replication/pull/ApplyObjectMetrics.java [32:42]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Field<String> SOURCE_FIELD =
        Field.ofString(
                "source",
                (metadataBuilder, fieldValue) ->
                    metadataBuilder
                        .pluginName(pluginName)
                        .addPluginMetadata(PluginMetadata.create("source", fieldValue)))
            .build();

    executionTime =
        metricMaker.newTimer(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/googlesource/gerrit/plugins/replication/pull/FetchReplicationMetrics.java [35:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Field<String> SOURCE_FIELD =
        Field.ofString(
                "source",
                (metadataBuilder, fieldValue) ->
                    metadataBuilder
                        .pluginName(pluginName)
                        .addPluginMetadata(PluginMetadata.create("source", fieldValue)))
            .build();

    executionTime =
        metricMaker.newTimer(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



