Conversation
cfal
marked this pull request as draft
July 20, 2026 12:47
AI dashboard check@cfal the AI Stupid Level dashboard is not currently showing any tracked models at score 55 or lower in the last 24 hours. Tracked models currently not flagged
To rerun this check on demand, comment Snapshot: 2026-07-21T10:33:03.953Z from https://aistupidlevel.info (24h view). |
|
👋 cfal, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
cfal
force-pushed
the
opentel
branch
2 times, most recently
from
July 21, 2026 12:40
154c4f3 to
834e911
Compare
cfal
marked this pull request as ready for review
July 21, 2026 12:51
vreff
approved these changes
Jul 21, 2026
vreff
reviewed
Jul 21, 2026
| ) | ||
|
|
||
| // Leave process-teardown headroom within Kubernetes' default 30-second grace period. | ||
| const gracefulShutdownTimeout = 25 * time.Second |
Collaborator
There was a problem hiding this comment.
nit: this could be an argument/envar
Collaborator
|
@cfal there seems to be a vulnerability in the PR. |
…metry config mirroring
cfal
force-pushed
the
opentel
branch
2 times, most recently
from
July 23, 2026 18:53
e7e8d45 to
1ee2014
Compare
The previous test restored the global timeout before its goroutine was guaranteed to start, causing a data race. Synchronize on the timeout handler returning instead.
cfal
marked this pull request as ready for review
July 23, 2026 19:12
vreff
approved these changes
Jul 23, 2026
vreff
added a commit
that referenced
this pull request
Jul 23, 2026
Add enclave host execution telemetry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds OpenTelemetry metrics to the Nitro enclave host. The host now reports execution latency, total in-flight executions, and per-workflow active state, using static environment-provided authentication and graceful client shutdown.