diff --git a/plugins/periskop/src/components/PeriskopErrorsTable/EntityPeriskopErrorsCard.tsx b/plugins/periskop/src/components/EntityPeriskopErrorsCard/EntityPeriskopErrorsCard.tsx similarity index 98% rename from plugins/periskop/src/components/PeriskopErrorsTable/EntityPeriskopErrorsCard.tsx rename to plugins/periskop/src/components/EntityPeriskopErrorsCard/EntityPeriskopErrorsCard.tsx index c4c8623f8e..cd4aa6da0f 100644 --- a/plugins/periskop/src/components/PeriskopErrorsTable/EntityPeriskopErrorsCard.tsx +++ b/plugins/periskop/src/components/EntityPeriskopErrorsCard/EntityPeriskopErrorsCard.tsx @@ -42,7 +42,7 @@ import { AggregatedError, NotFoundInInstance } from '../../types'; * * @public */ -export const PERISKOP_NAME_ANNOTATION = 'periskop.io/name'; +export const PERISKOP_NAME_ANNOTATION = 'periskop.io/service-name'; /** * Returns true if Periskop annotation is present in the given entity. diff --git a/plugins/periskop/src/components/PeriskopErrorsTable/index.ts b/plugins/periskop/src/components/EntityPeriskopErrorsCard/index.ts similarity index 100% rename from plugins/periskop/src/components/PeriskopErrorsTable/index.ts rename to plugins/periskop/src/components/EntityPeriskopErrorsCard/index.ts