TelemetrySection class
Bases: UniqueSection
Configuration fields needed to configure telemetry.
When enabled, the Taipy application will connect to the Open Telemetry endpoint specified (or "localhost" if not) to send metrics to.
Attributes¶
id
instance-attribute
¶
id: str = _validate_id(id)
A valid python identifier that uniquely identifies the section.
Methods¶
default_config()
classmethod
¶
default_config() -> TelemetrySection
Create a default configuration for the telemetry section.
Returns:
Type | Description |
---|---|
TelemetrySection
|
the default configuration. |