Skip to content

root: add optional pyroscope for profiling - #24887

Open
BeryJu wants to merge 3 commits into
root/jemallocfrom
root/pyroscope
Open

root: add optional pyroscope for profiling#24887
BeryJu wants to merge 3 commits into
root/jemallocfrom
root/pyroscope

Conversation

@BeryJu

@BeryJu BeryJu commented Aug 7, 2026

Copy link
Copy Markdown
Member

we've experimented with this in the past but pyroscope used to not support memory profiling in pythin. We already have this in go, with the same env var. Mainly a test build for me to use tbh

@BeryJu
BeryJu requested a review from a team as a code owner August 7, 2026 19:41
@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit dfa3fbb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a78bf25571d9900088c3b03
😎 Deploy Preview https://deploy-preview-24887--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit dfa3fbb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a78bf2507db5900080f0ffe
😎 Deploy Preview https://deploy-preview-24887--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 36.36364% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.42%. Comparing base (4e0e2cf) to head (e3b53a9).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/lib/debug.py 36.36% 7 Missing ⚠️
Additional details and impacted files
@@                Coverage Diff                @@
##           root/jemalloc   #24887      +/-   ##
=================================================
- Coverage          91.42%   91.42%   -0.01%     
=================================================
  Files               1147     1147              
  Lines              71873    71884      +11     
  Branches            3875     3875              
=================================================
+ Hits               65712    65721       +9     
- Misses              6126     6128       +2     
  Partials              35       35              
Flag Coverage Δ
conformance 34.85% <0.00%> (-0.01%) ⬇️
e2e 39.56% <0.00%> (+<0.01%) ⬆️
integration 31.40% <0.00%> (-0.01%) ⬇️
rust 38.89% <ø> (ø)
unit 93.07% <36.36%> (-0.01%) ⬇️
unit-migrate 93.10% <36.36%> (+4.75%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-e3b53a9fee5fc557b0a544ade3cfcff76661a095
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-e3b53a9fee5fc557b0a544ade3cfcff76661a095

Afterwards, run the upgrade commands from the latest release notes.

@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 4625a69
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6a7660c3fe2990000889d269
😎 Deploy Preview https://deploy-preview-24887--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@BeryJu
BeryJu requested a review from a team as a code owner August 8, 2026 10:08
@BeryJu
BeryJu changed the base branch from main to root/jemalloc August 8, 2026 10:08
BeryJu added 3 commits August 9, 2026 19:03
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
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.

1 participant