Update tracer id to match import path

Signed-off-by: Boris Bera <bbera@coveo.com>
This commit is contained in:
Boris Bera
2024-07-23 15:14:45 -04:00
parent 58aac91a12
commit a112b18e25
@@ -18,7 +18,7 @@ import { InputError } from '@backstage/errors';
import { Knex } from 'knex';
import { DateTime, Duration } from 'luxon';
export const TRACER_ID = 'backstage.scheduler';
export const TRACER_ID = '@backstage/backend-defaults/scheduler';
// Keep the IDs compatible with e.g. Prometheus labels
export function validateId(id: string) {