Optional
aggregation?: metrics.AggregationOptionOptional
aggregationCardinalityLimit?: numberAlters the metric stream: Sets a limit on the number of unique attribute combinations (cardinality) that can be aggregated. If not provided, the default limit will be used.
Optional
attributesProcessors?: metrics.IAttributesProcessor[]Alters the metric stream: If provided, the attributes will be modified as defined by the processors in the list. Processors are applied in the order they're provided. If not provided, all attribute keys will be used by default.
Optional
description?: stringAlters the metric stream: This will be used as the description of the metrics stream. If not provided, the original Instrument description will be used by default.
Optional
instrumentName?: stringInstrument selection criteria: Original name of the Instrument(s) with wildcard support.
Optional
instrumentType?: metrics.InstrumentTypeInstrument selection criteria: The original type of the Instrument(s).
Optional
instrumentUnit?: stringInstrument selection criteria: The unit of the Instrument(s).
Optional
meterName?: stringInstrument selection criteria: The name of the Meter. No wildcard support, name must match the meter exactly.
Optional
meterSchemaUrl?: stringInstrument selection criteria: The schema URL of the Meter. No wildcard support, schema URL must match exactly.
Optional
meterVersion?: stringInstrument selection criteria: The version of the Meter. No wildcard support, version must match exactly.
Optional
name?: stringAlters the metric stream: This will be used as the name of the metrics stream. If not provided, the original Instrument name will be used.
Alters the metric stream: Alters the Aggregation of the metric stream.