Skip to content
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

Remove reference to deprecated Functionbeat #192491

Closed
wants to merge 1 commit into from

Conversation

kilfoyle
Copy link
Contributor

@kilfoyle kilfoyle commented Sep 10, 2024

Summary

I'm trying to freeze the Functionbeat docs. This PR removes an entry for Functionbeat in Kibana's link checking script. I believe that entry is causing the associated docs PR to fail CI checks. See elastic/docs#2895 (comment)

I'm not sure how to test this PR other than letting the CI checks run.

@kilfoyle kilfoyle requested a review from a team as a code owner September 10, 2024 15:13
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-docs (Team:Docs)

@obltmachine
Copy link

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@kilfoyle kilfoyle added the release_note:skip Skip the PR/issue when compiling release notes label Sep 10, 2024
@kibana-ci
Copy link
Collaborator

kibana-ci commented Sep 10, 2024

💔 Build Failed

Failed CI Steps

Test Failures

  • [job] [logs] Jest Tests #9 / FormBasedDimensionEditor should list all field names and document as a whole in prioritized order
  • [job] [logs] FTR Configs #19 / Rules Management - Prebuilt Rules - Large Prebuilt Rules Package @ess @serverless @skipInServerlessMKI install_large_prebuilt_rules_package should install a package containing 15000 prebuilt rules without crashing

Metrics [docs]

Async chunks

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

id before after diff
aiAssistantManagementSelection 90.6KB 90.6KB -59.0B
lists 143.1KB 143.1KB -59.0B
total -118.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
core 418.2KB 418.2KB -59.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@kilfoyle
Copy link
Contributor Author

Unfortunately my attempted fix didn't work:

2024-09-10 11:50:14 EDT | proc [tsc] Found 1 error.
-- | --
  | 2024-09-10 11:50:14 EDT | proc [tsc]
  | 2024-09-10 11:50:14 EDT | ERROR Error: [tsc] exited with code 2
  | 2024-09-10 11:50:14 EDT | at createFailError (dev_cli_errors.ts:28:24)
  | 2024-09-10 11:50:14 EDT | at proc.ts:109:32
  | 2024-09-10 11:50:14 EDT | at /opt/buildkite-agent/builds/bk-agent-prod-gcp-1725983089491321816/elastic/kibana-pull-request/kibana/node_modules/rxjs/src/internal/operators/map.ts:58:33
  | 2024-09-10 11:50:14 EDT | at OperatorSubscriber._this._next (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1725983089491321816/elastic/kibana-pull-request/kibana/node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts:70:13)
  | 2024-09-10 11:50:14 EDT | at OperatorSubscriber.Subscriber.next (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1725983089491321816/elastic/kibana-pull-request/kibana/node_modules/rxjs/src/internal/Subscriber.ts:75:12)
  | 2024-09-10 11:50:14 EDT | at /opt/buildkite-agent/builds/bk-agent-prod-gcp-1725983089491321816/elastic/kibana-pull-request/kibana/node_modules/rxjs/src/internal/operators/take.ts:60:26
  | 2024-09-10 11:50:14 EDT | at OperatorSubscriber._this._next (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1725983089491321816/elastic/kibana-pull-request/kibana/node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts:70:13)
  | 2024-09-10 11:50:14 EDT | at OperatorSubscriber.Subscriber.next (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1725983089491321816/elastic/kibana-pull-request/kibana/node_modules/rxjs/src/internal/Subscriber.ts:75:12)
  | 2024-09-10 11:50:14 EDT | at /opt/buildkite-agent/builds/bk-agent-prod-gcp-1725983089491321816/elastic/kibana-pull-request/kibana/node_modules/rxjs/src/internal/operators/filter.ts:72:109
  | 2024-09-10 11:50:14 EDT | at OperatorSubscriber._this._next (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1725983089491321816/elastic/kibana-pull-request/kibana/node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts:70:13)
  | 2024-09-10 11:50:14 EDT | at OperatorSubscriber.Subscriber.next (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1725983089491321816/elastic/kibana-pull-request/kibana/node_modules/rxjs/src/internal/Subscriber.ts:75:12)
  | 2024-09-10 11:50:14 EDT | at ChildProcess.handler (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1725983089491321816/elastic/kibana-pull-request/kibana/node_modules/rxjs/src/internal/observable/fromEvent.ts:292:52)
  | 2024-09-10 11:50:14 EDT | at ChildProcess.emit (node:events:531:35)
  | 2024-09-10 11:50:14 EDT | at Process.ChildProcess._handle.onexit (node:internal/child_process:294:12)
  | 2024-09-10 11:50:14 EDT | ERROR Unable to build TS project refs
  | 2024-09-10 11:50:15 EDT | 🚨 Error: The command exited with status 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants