-
Notifications
You must be signed in to change notification settings - Fork 59
chore: [PLA4-44976] remove routine Agentex polling logs - #431
Draft
samuelshih wants to merge 1 commit into
Draft
Conversation
@samuelshih
samuelshih
changed the title
(削除) [PLA4-44976] Remove routine Agentex polling logs (削除ここまで)
(追記) chore: [PLA4-44976] remove routine Agentex polling logs (追記ここまで)
Sep 11, 2026
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.
Linear
Finding
Agentex emits two high-frequency INFO statements on normal hot paths:
Reading messages from Redis stream <topic>, last_id: <id>before every blocking Redis read.Checking status of agent <id> via <url>before every health probe.This change removes only those pre-operation success-path messages. Redis exceptions, parse warnings, non-200 health responses, unhealthy responses, agent-ID mismatches, non-JSON responses, request failures, and status changes remain logged.
Datadog evidence
Frozen window: 2026年09月04日 20:08:12 UTC through 2026年09月11日 20:08:12 UTC.
The Redis message text explicitly says
INFO, but Datadog classified 370,813 of the combined matches asstatus:error. This removes that misleading error noise while preserving actual error statements.Estimated savings
Contract rates: 0ドル.98 per million indexed events (7-day retention) and 0ドル.10 per ingested GB. Monthly estimates use 30.4375 / 7.
The ingestion estimate allocates measured Agentex bytes using the exact selector's share of service events. The full census projects 44.46B indexed events against a 26B monthly commitment and 158,475 GB ingestion against a 105,000 GB commitment, so gross usage value and projected invoice impact are currently the same.
Safety and provenance
pup monitors searchreturned 39 Agentex-related monitors. An exact scan of their names, queries, and messages found zero references to either removed string. Existing log monitors target 401s, 5xxs, registration failures, rate limits, and upstream failures, all preserved here.CODEOWNERS:
@scaleapi/agentex-teamfor the entire repository.Tests
uv run pytest tests/unit/temporal/test_healthcheck_activities.py -q— 6 passed.uv run ruff checkon both changed files.uv run ruff format --checkon both changed files.git diff --check.Rollout
Draft only. No deployment or reviewers assigned. After deploy, verify both exact Datadog queries fall while Redis exceptions and unhealthy/failed health probes remain present.