Update packages/backend-defaults/src/entrypoints/scheduler/lib/util.ts
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ import { InputError } from '@backstage/errors';
|
||||
import { Knex } from 'knex';
|
||||
import { DateTime, Duration } from 'luxon';
|
||||
|
||||
export const TRACER_ID = 'backstage-backend-defaults-scheduler';
|
||||
export const TRACER_ID = 'backstage-service-scheduler';
|
||||
|
||||
// Keep the IDs compatible with e.g. Prometheus labels
|
||||
export function validateId(id: string) {
|
||||
|
||||
Reference in New Issue
Block a user