Package version:

Configuration of otlp

interface OtlpConfiguration {
    endpoint?: string;
    headers?: Header[];
    insecure?: boolean;
    name?: string;
}

Properties

endpoint?: string

The endpoint of otlp configuration

headers?: Header[]

Headers of otlp configurations

insecure?: boolean

Boolean indicating if otlp configuration is insecure

name?: string

The name of otlp configuration