Osher Vaknin
Results
2
issues of
Osher Vaknin
Hey guys, I'm currently working on the MongoDB metrics collections and noticed some issue (not huge but can lead to many bugs in the future). In order to produce metrics,...
question
signal:metrics
Fixes #3249 This issue allows the instrumentations to only implement the `setMeterInstruments` when collecting metrics. Before: ``` export class MongoDBInstrumentation extends InstrumentationBase { private _connectionsUsage!: UpDownCounter; constructor(protected override _config: MongoDBInstrumentationConfig...