Skip to content

Commit

Permalink
change name of TELEMETRY_DOC_ID to unique value
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jan 29, 2021
1 parent 0b31512 commit 26e05b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/file_upload/server/telemetry/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ISavedObjectsRepository } from 'kibana/server';

import { getInternalRepository } from './internal_repository';

export const TELEMETRY_DOC_ID = 'ml-telemetry';
export const TELEMETRY_DOC_ID = 'file-upload-usage-collection-telemetry';

export interface Telemetry {
file_upload: {
Expand Down

0 comments on commit 26e05b2

Please sign in to comment.