org.opensearch.migrations.MetadataArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of MetadataMigration Show documentation
Show all versions of MetadataMigration Show documentation
Everything opensearch migrations
The newest version!
package org.opensearch.migrations;
import com.beust.jcommander.Parameter;
public class MetadataArgs {
@Parameter(names = {"--help", "-h"}, help = true, description = "Displays information about how to use this tool")
public boolean help;
@Parameter(names = { "--otel-collector-endpoint" }, description = "Endpoint (host:port) for the OpenTelemetry Collector to which metrics logs should be"
+ "forwarded. If no value is provided, metrics will not be forwarded.")
public String otelCollectorEndpoint;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy