OtlpConfiguration Class
Configuration of otlp.
Constructor
OtlpConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The name of otlp configuration. |
|
endpoint
|
The endpoint of otlp configuration. |
|
insecure
|
Boolean indicating if otlp configuration is insecure. |
|
headers
|
Headers of otlp configurations. |
Attributes
endpoint
The endpoint of otlp configuration.
endpoint: str | None
headers
Headers of otlp configurations.
headers: list['_models.Header'] | None
insecure
Boolean indicating if otlp configuration is insecure.
insecure: bool | None
name
The name of otlp configuration.
name: str | None