SAService Architect Back to designer
SAService ArchitectDocumentation
Grafana dashboard 11_runtime.jsonnet · Python

Python Runtime

Python garbage collector and process-resource health for a generated Python service.

When to use

Use this page to understand the generated dashboard, its panels, and the signals behind them.

Behavior

  • The code generator creates Jsonnet sources for every generated service. make grafana-dashboards renders them to Grafana JSON.

Panels properties

Panels included in this dashboard.

PropertyTypeDescription
CPUPanel

Process CPU consumption.

RSS and Virtual MemoryPanel

Resident and virtual process memory.

Open FDsPanel

Open file descriptor count.

Process StartPanel

Process start timestamp used to identify restarts.

GC Collections/secPanel

Garbage collection frequency by generation.

Objects Collected/secPanel

Objects reclaimed by the garbage collector.

Uncollectable Objects/secPanel

Objects the collector could not reclaim.

Python VersionPanel

Runtime version identity exported by the process instrumentation.

Configuration example

make grafana-dashboards