lib/frankenstein/collected_metric.rb in frankenstein-1.0.0 vs lib/frankenstein/collected_metric.rb in frankenstein-1.1.0

- old
+ new

@@ -65,10 +65,10 @@ # # @param docstring [#to_s] the descriptive help text for the metric. # # @param type [Symbol] what type of metric you're returning. It's uncommon # to want anything other than `:gauge` here (the default), because - # when you're collecting external data it's uncommon to be able to + # when you're collecting external data it's unlikely you'll be able to # trust that your external data source will behave like a proper # counter (or histogram or summary), but if you want the flexibility, # it's there for you. If you do decide to try your hand at collecting # a histogram or summary, bear in mind that the value that you need to # return is not a number, or even a hash -- it's a Prometheus-internal