Auditing and Monitoring

Workbench

Overview

Posit Workbench can audit console input and output on a per-user and per-session basis. It can monitor runtime resource use via the Administrative Dashboard or through integration with a system like Graphite.

Additionally, Posit Workbench can be configured to emit Prometheus metrics to enable advanced system usage monitoring.

Posit Workbench can also use OpenTelemetry to export structured log events and trace spans over OTLP/HTTP to any compatible observability backend.

For deployments that want a self-contained observability store rather than an external backend, Workbench can also supervise Posit Chronicle. Chronicle is an embedded service that aggregates session metrics and audit telemetry into a queryable local Parquet store.

Back to top