-
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
legacy dashboards import/export API: deprecation logs and usage data #111283
Conversation
bc2e703
to
5684b37
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.
LGTM
export const LEGACY_DASHBOARDS_IMPORT_STATS_PREFIX = 'apiCalls.legacyDashboardImport'; | ||
export const LEGACY_DASHBOARDS_EXPORT_STATS_PREFIX = 'apiCalls.legacyDashboardExport'; |
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 these be added to ALL_COUNTER_FIELDS
?
@elasticmachine merge upstream |
…into legacy-import-usage
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 Backport failed
To backport manually run: |
…lastic#111283) * Move legacy dashboards API to core and adds usage data * More legacy_export plugin removal * Log a warning for deprecated dashboard import/export API * Review comments
…lastic#111283) * Move legacy dashboards API to core and adds usage data * More legacy_export plugin removal * Log a warning for deprecated dashboard import/export API * Review comments # Conflicts: # .github/CODEOWNERS # docs/developer/plugin-list.asciidoc # src/core/server/saved_objects/routes/legacy_import_export/lib/index.ts
… data (#111283) (#111710) * legacy dashboards import/export API: deprecation logs and usage data (#111283) * Move legacy dashboards API to core and adds usage data * More legacy_export plugin removal * Log a warning for deprecated dashboard import/export API * Review comments # Conflicts: # .github/CODEOWNERS # docs/developer/plugin-list.asciidoc # src/core/server/saved_objects/routes/legacy_import_export/lib/index.ts * Fix type errors
Summary
Closes #41439
Checklist
Delete any items that are not applicable to this PR.
For maintainers