Skip to content

Added documentation regarding error statistics (redis/redis#8217)#1472

Merged
itamarhaber merged 1 commit intoredis:masterfrom
filipecosta90:info.errorstats
Jan 3, 2021
Merged

Added documentation regarding error statistics (redis/redis#8217)#1472
itamarhaber merged 1 commit intoredis:masterfrom
filipecosta90:info.errorstats

Conversation

@filipecosta90
Copy link
Contributor

The following PR documents the added features in redis/redis#8217 ( the new errorstats section and a new global error counter ).

For each command type, the following line is added:

* `cmdstat_XXX`: `calls=XXX,usec=XXX,usec_per_call=XXX`
* `cmdstat_XXX`: `calls=XXX,usec=XXX,usec_per_call=XXX,rejected_calls=XXX,failed_calls=XXX`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@itamarhaber I know we don't currently document which info fields were added in each version, but maybe considering that this is a dict field we should? or maybe we should for all?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oranagra @itamarhaber should we add it as a note? example: Note: rejected_calls and failed_calls are available since XX

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally, we document the history, but in INFO's case this has never been done. Better late than never? I don't think this applies in this case so we can merge as is.

@oranagra oranagra added the to-be-merged should probably be merged soon label Jan 1, 2021
@itamarhaber itamarhaber merged commit 090a5fe into redis:master Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

to-be-merged should probably be merged soon

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants