logMetric

abstract fun logMetric(name: String, fields: Map<String, String>)

Emit a metric with a stable name and structured fields.

Parameters

name

Stable metric name (e.g., "table_count")

fields

Structured key-value fields; values must be strings as required by the host implementation.