Skip to content

Commit

Permalink
Update the metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Oct 2, 2024
1 parent 52cea1e commit bd74452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class HelloWorld implements HttpFunction {
openTelemetryConfig
.getMeterProvider()
.get("sample-function-library")
.counterBuilder("function_counter_psx")
.counterBuilder("function_counter_gmp")
.setDescription("random counter")
.build();
private static final Random random = new Random();
Expand Down

0 comments on commit bd74452

Please sign in to comment.