This commit is contained in:
2025-02-19 16:23:14 +08:00
parent 6ec09051bd
commit 1a67f6c9a3

View File

@@ -31,6 +31,6 @@ public class JobApplication {
@Bean
MeterRegistryCustomizer<MeterRegistry> configurer() {
return (registry) -> registry.config().commonTags("application", "pk_admin");
return (registry) -> registry.config().commonTags("application", "pk_job");
}
}