OtlpConfiguration Class
Configuration of otlp.
Constructor
OtlpConfiguration()
Variables
| Name | Description |
|---|---|
|
name
|
The name of otlp configuration. |
|
endpoint
|
The endpoint of otlp configuration. |
|
insecure
|
Boolean indicating if otlp configuration is insecure. |
|
headers
|
list[<xref:"Header">]
Headers of otlp configurations. |
Attributes
endpoint
The endpoint of otlp configuration.
endpoint: str
headers
Headers of otlp configurations.
headers: list[azure.mgmt.appcontainers.types.Header]
insecure
Boolean indicating if otlp configuration is insecure.
insecure: bool
name
The name of otlp configuration.
name: str