fix(observability): Fix http logic error metrics collection#7259
Merged
koushiro merged 2 commits intoapache:mainfrom Mar 21, 2026
Merged
fix(observability): Fix http logic error metrics collection#7259koushiro merged 2 commits intoapache:mainfrom
koushiro merged 2 commits intoapache:mainfrom
Conversation
Contributor
Author
2026-03-21T07:45:42.2389697Z Failed to build exe:alex from alex-3.5.4.1.
2026-03-21T07:45:42.2390128Z Build log (
2026-03-21T07:45:42.2390894Z /home/runner/.cabal/logs/ghc-9.4.8/alex-3.5.4.1-e-alex-7211f11fe236d91e49090dcd008d5dfd28db596eb0474e9b7ebbe1bef4edb3de.log
2026-03-21T07:45:42.2391699Z ):
2026-03-21T07:45:42.2391899Z Error: [Cabal-7125]
2026-03-21T07:45:42.2392302Z Configuring executable 'alex' for alex-3.5.4.1...
2026-03-21T07:45:42.2392802Z Preprocessing executable 'alex' for alex-3.5.4.1...
2026-03-21T07:45:42.2393091Z Error: [Cabal-4123]
2026-03-21T07:45:42.2393334Z The program 'happy' is required but it could not be foundhmmm the CI failure doesn't seem to be related to my PR |
Member
Yes, it should be a haskell toolchain and CI cache issue, let me fix it later |
Member
|
Oh, yes! Thank you for catching this! |
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.
Which issue does this PR close?
Closes #7258
Rationale for this change
I noticed abnormally high
opendal_http_executingmetrics, and think it should account client OR server error instead of AND logic (how could an error be both client and server issue?)Are there any user-facing changes?
No, no API change.
AI Usage Statement
No AI involvement.