Skip to content

Commit

Permalink
more clear label name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrdoherty committed Oct 15, 2024
1 parent efe6cf1 commit 25015ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class RecordService extends AbstractWdkService {
private static final Counter TABLE_REQUEST_COUNTER = Counter.build()
.name("wdk_table_requests")
.help("Times individual tables are requested at the /records endpoint")
.labelNames("project_id", "table", "registration_status")
.labelNames("project_id", "table", "user_registration_status")
.register();

@GET
Expand Down

0 comments on commit 25015ef

Please sign in to comment.