Update tracer id to match rest of backstage

Signed-off-by: Boris Bera <bbera@coveo.com>
This commit is contained in:
Boris Bera
2024-07-25 06:39:27 -04:00
parent a112b18e25
commit 64bacfbd4e
@@ -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-backend-defaults-scheduler';
// Keep the IDs compatible with e.g. Prometheus labels
export function validateId(id: string) {