-
Notifications
You must be signed in to change notification settings - Fork 892
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] kbn-telemetry in packages directory to osd-telemetry-tools #61
[Rename] kbn-telemetry in packages directory to osd-telemetry-tools #61
Conversation
Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
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.
Did you actually change the name of the package dir? It still shows as kbn-telemetry-tools
Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
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
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.
Just minor comments that don't actually have to be address.
@@ -198,7 +198,7 @@ usageCollection.makeUsageCollector<Usage>({ | |||
}) | |||
``` | |||
|
|||
Be careful adding arrays of objects due to the limitation in correlating the properties inside those objects inside kibana. It is advised to look for an alternative schema based on your use cases. | |||
Be careful adding arrays of objects due to the limitation in correlating the properties inside those objects inside opesearch-dashboards. It is advised to look for an alternative schema based on your use cases. |
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.
NIT: typo
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.
Thanks for catching, fixed.
const kibanaRoot = process.cwd(); | ||
const xpackRoot = path.join(kibanaRoot, 'x-pack'); | ||
const opensearchDashboardsRoot = process.cwd(); | ||
const xpackRoot = path.join(opensearchDashboardsRoot, 'x-pack'); |
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.
this is fine that x-pack is in here right?
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.
Ideally we'll remove on the following efforts to make it completely condition less.
Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
…#61) * [Rename] kbn-telemetry in packages directory to osd-telemetry-tools Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] kbn-telemetry in packages directory to osd-telemetry-tools Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] in-corporate review comments Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
) * [Rename] kbn-telemetry in packages directory to osd-telemetry-tools Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] kbn-telemetry in packages directory to osd-telemetry-tools Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] in-corporate review comments Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
) * [Rename] kbn-telemetry in packages directory to osd-telemetry-tools Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] kbn-telemetry in packages directory to osd-telemetry-tools Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] in-corporate review comments Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
Signed-off-by: Mihir Soni mihirsoni.123@gmail.com
Issue #, if available: #37
Description of changes: kbn-telemetry in packages directory to osd-telemetry-tools
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.