Skip to content

Commit

Permalink
another semconv const
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Oct 15, 2024
1 parent 21bebd3 commit fd844d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ describe('pg-pool', () => {
const metrics = resourceMetrics.scopeMetrics[0].metrics;
assert.strictEqual(
metrics[0].descriptor.name,
'db.client.operation.duration'
METRIC_DB_CLIENT_OPERATION_DURATION
);

assert.strictEqual(
Expand Down

0 comments on commit fd844d6

Please sign in to comment.