-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Dataset quality] remove usage of dataStreamStats API in server…
…less (#192839) (#193468) # Backport This will backport the following commits from `main` to `8.x`: - [[Dataset quality] remove usage of dataStreamStats API in serverless (#192839)](#192839) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Yngrid Coello","email":"yngrid.coello@elastic.co"},"sourceCommit":{"committedDate":"2024-09-19T18:47:45Z","message":"[Dataset quality] remove usage of dataStreamStats API in serverless (#192839)\n\nCloses https://github.com/elastic/kibana/issues/192166.\n\nThis PR aims to remove the usage of `DataStreamStats` API in serverless.\nAditionally we now make use of the new verbose mode for `DataStream` API\nwhich allow us to still show the `lastActivity` for serverless projects.\nThe change was implemented for both flavours.\n\nVisually it won't represent any changes at the moment, but here are the\ntwo flavours still working as before\n\n\nhttps://github.com/user-attachments/assets/18cc9b14-24f1-438a-ac07-565c3e728991","sha":"444f95ed0b4a2d251851f40d62b126544a6c17c0","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability"],"title":"[Dataset quality] remove usage of dataStreamStats API in serverless","number":192839,"url":"https://github.com/elastic/kibana/pull/192839","mergeCommit":{"message":"[Dataset quality] remove usage of dataStreamStats API in serverless (#192839)\n\nCloses https://github.com/elastic/kibana/issues/192166.\n\nThis PR aims to remove the usage of `DataStreamStats` API in serverless.\nAditionally we now make use of the new verbose mode for `DataStream` API\nwhich allow us to still show the `lastActivity` for serverless projects.\nThe change was implemented for both flavours.\n\nVisually it won't represent any changes at the moment, but here are the\ntwo flavours still working as before\n\n\nhttps://github.com/user-attachments/assets/18cc9b14-24f1-438a-ac07-565c3e728991","sha":"444f95ed0b4a2d251851f40d62b126544a6c17c0"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/192839","number":192839,"mergeCommit":{"message":"[Dataset quality] remove usage of dataStreamStats API in serverless (#192839)\n\nCloses https://github.com/elastic/kibana/issues/192166.\n\nThis PR aims to remove the usage of `DataStreamStats` API in serverless.\nAditionally we now make use of the new verbose mode for `DataStream` API\nwhich allow us to still show the `lastActivity` for serverless projects.\nThe change was implemented for both flavours.\n\nVisually it won't represent any changes at the moment, but here are the\ntwo flavours still working as before\n\n\nhttps://github.com/user-attachments/assets/18cc9b14-24f1-438a-ac07-565c3e728991","sha":"444f95ed0b4a2d251851f40d62b126544a6c17c0"}}]}] BACKPORT--> Co-authored-by: Yngrid Coello <yngrid.coello@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
- Loading branch information
1 parent
d188b65
commit b8b72be
Showing
11 changed files
with
121 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.