Skip to content

Commit

Permalink
fix metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao committed Jul 23, 2024
1 parent b6a73b5 commit 778044d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public Worker(WorkerOptions options, OpenTelemetry openTelemetry) {
.build();
this.outstandingRequestGauge =
meter
.gaugeBuilder("oxia.operf.ycsb.op.outstanding")
.gaugeBuilder("oxia.perf.ycsb.op.outstanding")
.setDescription("oxia outstanding request")
.setUnit(Unit.Requests.toString())
.ofLongs()
Expand Down

0 comments on commit 778044d

Please sign in to comment.