-
Notifications
You must be signed in to change notification settings - Fork 912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Rename] telemetry #109
[Rename] telemetry #109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should also remove snap files
@@ -2426,10 +2426,10 @@ | |||
}, | |||
"ess": { | |||
"properties": { | |||
"kb_uuid": { | |||
"opensearch_dashboards_uuid": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this is an abbreviation, we should probably make this osd_uuid
@@ -33,14 +33,14 @@ const licenseSchema: MakeSchemaFrom<LicenseUsage> = { | |||
|
|||
export const staticTelemetrySchema: MakeSchemaFrom<StaticTelemetryUsage> = { | |||
ece: { | |||
kb_uuid: { type: 'keyword' }, | |||
es_uuid: { type: 'keyword' }, | |||
opensearch_dashboards_uuid: { type: 'keyword' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
osd_uuid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can be either, just have no strong preference knowing we may not eve use it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah are we ripping it out? Might be easier. Since now that I notice it is says ece
and ess
which I assume mean elastic cloud enterprise
and elasticsearch service
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in a meeting we discussed we will leave ece and ess for now.
account_id: { type: 'keyword' }, | ||
license: licenseSchema, | ||
}, | ||
ess: { | ||
kb_uuid: { type: 'keyword' }, | ||
es_uuid: { type: 'keyword' }, | ||
opensearch_dashboards_uuid: { type: 'keyword' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
@@ -95,14 +95,14 @@ export interface LicenseUsage { | |||
|
|||
export interface StaticTelemetryUsage { | |||
ece?: { | |||
kb_uuid: string; | |||
es_uuid: string; | |||
opensearch_dashboards_uuid: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
account_id: string; | ||
license: LicenseUsage; | ||
}; | ||
ess?: { | ||
kb_uuid: string; | ||
es_uuid: string; | ||
opensearch_dashboards_uuid: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
1f5c9c8
to
066a02b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
…opensearch-project#109) * update snapshot for collapsible_nav.test.tsx and header.test.tsx Signed-off-by: yuye-aws <yuyezhu@amazon.com> * fix test error Signed-off-by: yuye-aws <yuyezhu@amazon.com> --------- Signed-off-by: yuye-aws <yuyezhu@amazon.com>
…opensearch-project#109) * update snapshot for collapsible_nav.test.tsx and header.test.tsx Signed-off-by: yuye-aws <yuyezhu@amazon.com> * fix test error Signed-off-by: yuye-aws <yuyezhu@amazon.com> --------- Signed-off-by: yuye-aws <yuyezhu@amazon.com>
…opensearch-project#109) * update snapshot for collapsible_nav.test.tsx and header.test.tsx Signed-off-by: yuye-aws <yuyezhu@amazon.com> * fix test error Signed-off-by: yuye-aws <yuyezhu@amazon.com> --------- Signed-off-by: yuye-aws <yuyezhu@amazon.com>
Issue #, if available:
#37
Description of changes:
Rename files and variables within plugins/telemetry
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.