Skip to content

feat: metrics_path add password; connected_slave_lag is the delay cou…#71

Open
tclxjing8-li wants to merge 1 commit into
RocksLabs:masterfrom
tclxjing8-li:feat_password
Open

feat: metrics_path add password; connected_slave_lag is the delay cou…#71
tclxjing8-li wants to merge 1 commit into
RocksLabs:masterfrom
tclxjing8-li:feat_password

Conversation

@tclxjing8-li

Copy link
Copy Markdown

feat: metrics_path add password; connected_slave_lag is the delay count of writebatch, remove seconds.

Comment thread exporter/exporter.go
"commands_duration_seconds_bucket": {txt: `Histogram of the amount of time in seconds spent per command`, lbls: []string{"cmd"}},
"commands_duration_seconds_total": {txt: `Total amount of time in seconds spent per command`, lbls: []string{"cmd"}},
"commands_total": {txt: `Total number of calls per command`, lbls: []string{"cmd"}},
"connected_slave_lag_seconds": {txt: "Lag of connected slave", lbls: []string{"slave_ip", "slave_port", "slave_state"}},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This change will cause a compatibility issue for other users. It should be good to keep the same name with Redis but has different meaning.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Adding 'second' may lead to ambiguity in understanding

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@tclxjing8-li Yes, I totally agree with your point. Perhaps we could change the description in txt field to clarify this. What do you think?

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