Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
torywheelwright committed Mar 29, 2024
1 parent 2b64953 commit bc143bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redispub/publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var metricLastCommandDuration = promauto.NewGauge(prometheus.GaugeOpts{
Namespace: "otr",
Subsystem: "redispub",
Name: "last_command_duration",
Help: "Number of failures encountered when trying to send a message. We automatically retry, and only register a permanent failure (in otr_redispub_processed_messages) after 30 failures.",
Help: "The duration of the previous redis command in seconds.",
})

// PublishStream reads Publications from the given channel and publishes them
Expand Down

0 comments on commit bc143bc

Please sign in to comment.