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

Linlin1/retrycount #21917

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
add new enum for retry count
  • Loading branch information
Lin Lin committed Jul 10, 2024
commit a778cba5f531bb8231c2eb6f3352a9ae4c5ae1f2
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export enum HttpProperties {
responseFinishToCloseLatencyMs = "responseFinishToCloseLatencyMs",
status = "status",
url = "url",
retry = "retry"
}

/**
Expand Down
Loading