Skip to content

[8.x] [Streams] Dashboard linking (#204309)#205842

Merged
dgieselaar merged 7 commits intoelastic:8.xfrom
dgieselaar:backport/8.x/pr-204309
Jan 10, 2025
Merged

[8.x] [Streams] Dashboard linking (#204309)#205842
dgieselaar merged 7 commits intoelastic:8.xfrom
dgieselaar:backport/8.x/pr-204309

Conversation

@dgieselaar
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

Links dashboard to Streams.

Changes:
- Introduces `IndexStorageAdapter` to manage ES indices - see
https://github.com/dgieselaar/kibana/blob/streams-app-asset-linking/x-pack/solutions/observability/packages/utils_server/es/storage/README.md
for motivation
- Introduces `AssetClient` and `AssetService` to manage asset links with
`IndexStorageAdapter`
- `RepositorySupertestClient` to make it easier to use
`@kbn/server-route-repository` with FTR tests
- refactors related to above changes

---------

Co-authored-by: Chris Cowan <chris@elastic.co>
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
(cherry picked from commit 28414ce)

# Conflicts:
#	.github/CODEOWNERS
#	x-pack/test/tsconfig.json
@dgieselaar dgieselaar added the backport This PR is a backport of another PR label Jan 8, 2025
@dgieselaar dgieselaar enabled auto-merge (squash) January 8, 2025 08:58
@dgieselaar
Copy link
Copy Markdown
Contributor Author

@elasticmachine merge upstream

@elasticmachine
Copy link
Copy Markdown
Contributor

There are no new commits on the base branch.

@flash1293
Copy link
Copy Markdown
Contributor

Seems like this was flakiness, trying again

Copy link
Copy Markdown
Contributor

@tonyghiani tonyghiani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI was good already but manually created backports require a manual review check, approved now.

@dgieselaar dgieselaar removed the request for review from kibanamachine January 10, 2025 12:20
@dgieselaar dgieselaar merged commit bb9d120 into elastic:8.x Jan 10, 2025
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
streamsApp 178 200 +22

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
streams 9 13 +4

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
streamsApp 184.0KB 192.2KB +8.3KB

Public APIs missing exports

Total count of every type that is part of your API that should be exported but is not. This will cause broken links in the API documentation system. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats exports for more detailed information.

id before after diff
streams 2 8 +6
Unknown metric groups

API count

id before after diff
streams 9 13 +4

References to deprecated APIs

id before after diff
streamsApp 0 2 +2

History

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants