Skip to content

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