Telemetry configuration

This module provides access to the telemetry REST api of Camunda.

Configure

class pycamunda.telemetry.Configure(url: str, enable_telemetry: bool)

Modify the telemetry configuration.

Parameters:
  • url – Camunda Rest engine URL.
  • enable_telemetry – Whether to enable telemetry configuration.
__call__(*args, **kwargs) → None

Send the request.

Fetch

class pycamunda.telemetry.Fetch(url: str)

Fetch the telemetry configuration.

Parameters:url – Camunda Rest engine URL.
__call__(*args, **kwargs) → bool

Send the request.