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

org.zalando.riptide.opentracing.ExtensionFields Maven / Gradle / Ivy

package org.zalando.riptide.opentracing;

import org.apiguardian.api.API;

import static org.apiguardian.api.API.Status.EXPERIMENTAL;

@API(status = EXPERIMENTAL)
public final class ExtensionFields {

    /**
     * In combination with {@link ExtensionTags#RETRY retry tag}, this field holds the number of the retry attempt.
     */
    public static final String RETRY_NUMBER = "retry_number";

    private ExtensionFields() {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy