Package version:

Header of otlp configuration

interface Header {
    key?: string;
    value?: string;
}

Properties

Properties

key?: string

The key of otlp configuration header

value?: string

The value of otlp configuration header