All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hurence.logisland.metrics.Names Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
/**
 * Copyright (C) 2016 Hurence ([email protected])
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *         http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.hurence.logisland.metrics;

public interface Names {

    String INCOMING_MESSAGES = "incoming_messages";
    String INCOMING_RECORDS = "incoming_records";
    String OUTGOING_RECORDS = "outgoing_records";
    String ERRORS = "errors";
    String BYTES_PER_FIELD_AVERAGE = "bytes_per_field_average";
    String BYTES_PER_RECORD_AVERAGE = "bytes_per_record_average";
    String RECORDS_PER_SECOND_AVERAGE = "records_per_second_average";
    String PROCESSED_BYTES = "processed_bytes";
    String PROCESSED_FIELDS = "processed_fields";
    String ERROR_PERCENTAGE = "error_percentage";
    String FIELDS_PER_RECORD_AVERAGE = "fields_per_record_average";
    String BYTES_PER_SECOND_AVERAGE = "bytes_per_second_average";
    String PROCESSING_TIME_MS = "processing_time_ms";


}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy