Interfaces · @purista/core
PuristaMetricsRuntimeOptions
Runtime metrics options consumed by PURISTA recorders.
Signature
interface PuristaMetricsRuntimeOptions Examples
const options: PuristaMetricsRuntimeOptions = {
defaultAttributes: { 'purista.service.name': 'orders' },
} Properties
5 entries
defaultAttributes
Property
defaultAttributes: PuristaMetricAttributes enabled
Property
enabled: boolean meter
Property
meter: Meter recordCustomMetrics
Property
recordCustomMetrics: boolean recordFrameworkMetrics
Property
recordFrameworkMetrics: boolean