-
Notifications
You must be signed in to change notification settings - Fork 266
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
ADD deprecatedFeatures counters #4476
Conversation
@@ -249,7 +249,7 @@ orionCurl --url /v1/updateContext -X POST --payload "$payload" > | |||
|
|||
# Get statistics | |||
|
|||
orionCurl --url /statistics?options | |||
orionCurl --url /statistics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not directly related with the purpose of this PR, this is just a typo fix.
NTC
@fisuda this PR does a slight modification to a couple of .md documents. It would be great if you could sync the Japanese translation, please. Thanks! |
|
||
{ | ||
"counters": { | ||
"deprecatedFeatures": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"deprecatedFeatures": { | |
"deprecatedRequests": { |
Maybe the name of this field should be deprecatedRequests
in order to align with the rest of the field?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed on teams, NTC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed at Teams.
Although most of the counters are xxxxRequests, in this case, it seems better deprecatedFeatures
.
NTC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I sent the PR #4483. Thanks. |
(JP) ADD deprecatedFeatures counters (#4476)
No description provided.