Skip to content

Commit

Permalink
change metric emitting app
Browse files Browse the repository at this point in the history
  • Loading branch information
alovew committed May 31, 2022
1 parent 8aeafc3 commit 8bca4be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public enum OssMetricsRegistry implements MetricsRegistry {
OVERALL_JOB_RUNTIME_IN_LAST_HOUR_BY_TERMINAL_STATE_SECS(MetricEmittingApps.METRICS_REPORTER,
"overall_job_runtime_in_last_hour_by_terminal_state_secs",
"overall job runtime - scheduling and execution for all attempts - for jobs that reach terminal states in the last hour. tagged by terminal states."),
NUM_RECORD_SCHEMA_VALIDATION_ERRORS(MetricEmittingApps.METRICS_REPORTER,
NUM_RECORD_SCHEMA_VALIDATION_ERRORS(MetricEmittingApps.WORKER,
"record_schema_validation_error",
"number of record schema validation errors");

Expand Down

0 comments on commit 8bca4be

Please sign in to comment.