Update packages/backend-defaults/src/entrypoints/scheduler/lib/util.ts

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-29 10:48:15 +02:00
committed by GitHub
parent 64bacfbd4e
commit f25342e0e0
@@ -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) {