-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Maps] Track enterprise use of on-prem EMS #85885
Conversation
Pinging @elastic/kibana-gis (Team:Geo) |
@@ -39,10 +39,6 @@ export class EMSSettings { | |||
return this._config.emsUrl!.replace(/\/$/, ''); | |||
} | |||
|
|||
isOnPrem(): boolean { |
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 cruft, and unused.
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.
nice cleanup
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.
mostly lgtm. but I did add a question before I approve.
@@ -39,10 +39,6 @@ export class EMSSettings { | |||
return this._config.emsUrl!.replace(/\/$/, ''); | |||
} | |||
|
|||
isOnPrem(): boolean { |
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.
nice cleanup
x-pack/plugins/maps/public/classes/layers/vector_tile_layer/vector_tile_layer.js
Show resolved
Hide resolved
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.
changes lgtm!
tested in firefox and code review
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Distributable file count
Page load bundle
History
To update your PR or re-run it, just comment with: |
Summary
Blocked by #85729 and #85807. Those PRs have some code-changes that will cause merge-conflicts.Track usage of on-prem EMS layers with the notifyUsage API.
(btw. I understand the irony, but for completeness sake).