Skip to content

readme-metrics #17

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

readme-metrics #17

wants to merge 4 commits into from

Conversation

j8-redis
Copy link
Contributor

descriptions and instructions for open telemetry metrics

| event_input_buffer_histogram | buffer | histogram | number of events received |
| event_input_buffer_count | buffer count | count | number of measurements |
| event_input_buffer_sum | buffer total | count | sum of all measured quantities |
| event_operation_lag | elapsed | histogram | time it took connect to receive event |
Copy link
Contributor

Choose a reason for hiding this comment

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

s/connect/Redis Connect

README.md Outdated
| event_operation_latency | elapsed | histogram | time it took to process the event |
| event_operation_latency_milliseconds_count | elapsed count | count | number of times latency was recorded |
| event_operation_latency_milliseconds_sum | elapsed sum | count | sum of all latency recordings |
| event_operation_elapsed | elapsed | histogram | time it took to write event to redis |
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
| event_operation_elapsed | elapsed | histogram | time it took to write event to redis |
| event_operation_elapsed | elapsed | histogram | time it took to write event to Redis |

README.md Outdated
| event_operation_latency_milliseconds_count | elapsed count | count | number of times latency was recorded |
| event_operation_latency_milliseconds_sum | elapsed sum | count | sum of all latency recordings |
| event_operation_elapsed | elapsed | histogram | time it took to write event to redis |
| event_operation_elapsed_milliseconds_count | elapsed count | count | number of time duration was recorded |
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
| event_operation_elapsed_milliseconds_count | elapsed count | count | number of time duration was recorded |
| event_operation_elapsed_milliseconds_count | elapsed count | count | number of times duration was recorded |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants