Skip to content

[9.1] improve reporting error logging (#244841)#245499

Merged
ersin-erdal merged 5 commits into
elastic:9.1from
ersin-erdal:backport/9.1/pr-244841
Dec 9, 2025
Merged

[9.1] improve reporting error logging (#244841)#245499
ersin-erdal merged 5 commits into
elastic:9.1from
ersin-erdal:backport/9.1/pr-244841

Conversation

@ersin-erdal
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 9.1:

Questions ?

Please refer to the Backport tool documentation

Resolves: elastic#229468
(cherry picked from commit 9be2bfd)

# Conflicts:
#	src/platform/packages/private/kbn-generate-csv/src/generate_csv_esql.ts
#	x-pack/platform/plugins/private/reporting/server/lib/retry_on_error.test.ts
#	x-pack/platform/plugins/private/reporting/server/lib/retry_on_error.ts
#	x-pack/platform/plugins/private/reporting/server/lib/tasks/run_report.ts
#	x-pack/platform/plugins/private/reporting/server/lib/tasks/run_scheduled_report.test.ts
#	x-pack/platform/plugins/private/reporting/server/lib/tasks/run_single_report.test.ts
#	x-pack/platform/plugins/private/reporting/server/lib/tasks/run_single_report.ts
#	x-pack/platform/plugins/private/reporting/server/usage/task.ts
@ersin-erdal ersin-erdal added the backport This PR is a backport of another PR label Dec 8, 2025
@ersin-erdal ersin-erdal enabled auto-merge (squash) December 8, 2025 08:16

const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));

export const retryOnError = async ({
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think we shouldn't add this file while backorting the logging improvements changes

@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/generate-csv 26 28 +2
Unknown metric groups

API count

id before after diff
@kbn/generate-csv 26 28 +2

History

@ersin-erdal ersin-erdal merged commit 1acd988 into elastic:9.1 Dec 9, 2025
12 checks passed
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