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

feat: [TKC-2194] improve workflow execution telemetry #5648

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

povilasv
Copy link
Contributor

@povilasv povilasv commented Jul 10, 2024

Pull request description

Improve workflow execution telemetry

Checklist (choose whats happened)

  • breaking change! (describe)
  • tested locally
  • tested on cluster
  • added new dependencies
  • updated the docs
  • added a test

Breaking changes

Changes

Fixes

Copy link

netlify bot commented Jul 10, 2024

Deploy Preview for testkube-docs-preview canceled.

Name Link
🔨 Latest commit e2bfd96
🔍 Latest deploy log https://app.netlify.com/sites/testkube-docs-preview/deploys/668e42010029370008490ef8

@povilasv povilasv force-pushed the develop-workflow-tracking branch from 82371d4 to e2bfd96 Compare July 10, 2024 08:10
@povilasv povilasv marked this pull request as ready for review July 10, 2024 08:18
@povilasv povilasv requested a review from a team as a code owner July 10, 2024 08:18
@povilasv povilasv merged commit 492446e into develop Jul 10, 2024
14 checks passed
@povilasv povilasv deleted the develop-workflow-tracking branch July 10, 2024 08:47
dejanzele added a commit that referenced this pull request Jul 10, 2024
* feat: [TKC-2194] improve workflow execution telemetry (#5648)

* TKC-2161: skip tls verification when saving logs if STORAGE_SKIP_VERIFY is true (#5627)

* build(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 (#5649)

Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@v0.16.0...v0.16.1)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(performance): improve Log Processing performance (#5647)

* feat(performance): buffer the logs sent from the container, to avoid sending message for each line
* feat(performance): batch Test Workflow's result updates
* fix(testworkflows): handle getting long container logs after the log rotation happens
   @see {@link https://stackoverflow.com/a/68673451}
* feat(testworkflows): optimize reading timestamp from Kubernetes logs
* feat(testworkflows): optimize buffering logs
* feat(testworkflows): use native channel instead of heavier Channels for WatchInstrumentedPod
* feat(testworkflows): increase buffer size for logs buffering

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Povilas Versockas <[email protected]>
Co-authored-by: Dejan Zele Pejchev <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants