OtlpConfiguration interface
Configuration of otlp
Properties
| endpoint | The endpoint of otlp configuration |
| headers | Headers of otlp configurations |
| insecure | Boolean indicating if otlp configuration is insecure |
| name | The name of otlp configuration |
Property Details
endpoint
The endpoint of otlp configuration
endpoint?: string
Property Value
string
headers
insecure
Boolean indicating if otlp configuration is insecure
insecure?: boolean
Property Value
boolean
name
The name of otlp configuration
name?: string
Property Value
string