Skip to content

[8.x] Move storage adapter and traced ES client into dedicated package#211761

Merged
flash1293 merged 2 commits intoelastic:8.xfrom
flash1293:backport/8.x/pr-211578
Feb 19, 2025
Merged

[8.x] Move storage adapter and traced ES client into dedicated package#211761
flash1293 merged 2 commits intoelastic:8.xfrom
flash1293:backport/8.x/pr-211578

Conversation

@flash1293
Copy link
Copy Markdown
Contributor

Backport

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

…stic#211578)

The storage adapter helper is a very generic package. This PR moves it
out of the observability server utils into a dedicated package to better
reflect this and to be able to use it from non-observability contexts.

The same applies to the observability es client. This PR moves it as
well and renames it to `TracedEsClient` in the same way.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit cb9c5f2)

# Conflicts:
#	.github/CODEOWNERS
#	x-pack/solutions/observability/plugins/infra/tsconfig.json
#	x-pack/solutions/observability/plugins/investigate_app/tsconfig.json
#	x-pack/solutions/observability/plugins/observability_ai_assistant_app/tsconfig.json
#	x-pack/solutions/observability/plugins/streams_app/tsconfig.json
@flash1293 flash1293 added the backport This PR is a backport of another PR label Feb 19, 2025
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

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
@kbn/storage-adapter - 76 +76
@kbn/traced-es-client - 33 +33
total +109

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
@kbn/observability-utils-server 1 0 -1
@kbn/storage-adapter - 2 +2
total +1
Unknown metric groups

API count

id before after diff
@kbn/storage-adapter - 77 +77
@kbn/traced-es-client - 34 +34
total +111

@flash1293 flash1293 merged commit 20763c6 into elastic:8.x Feb 19, 2025
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.

4 participants