client_golang/prometheus/promhttp
Dave Henderson 4c41dfbcd5
Clarify exemplar(Add|Observe) by renaming to (add|observe)WithExemplar (#1122)
* Clarify exemplarAdd by renaming to addWithExemplar

Signed-off-by: Dave Henderson <dhenderson@gmail.com>

* Documenting addWithExemplar

Signed-off-by: Dave Henderson <dhenderson@gmail.com>

* Also rename exemplarObserve to follow the same pattern

Signed-off-by: Dave Henderson <dhenderson@gmail.com>

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2022-08-22 17:31:08 +02:00
..
delegator.go Enable same linters as the Prometheus repo itself (#1056) 2022-06-17 09:04:06 +02:00
http.go fix assorted oddities found by golangci-lint (#1040) 2022-08-03 06:30:51 +02:00
http_test.go Enable same linters as the Prometheus repo itself (#1056) 2022-06-17 09:04:06 +02:00
instrument_client.go Clarify exemplar(Add|Observe) by renaming to (add|observe)WithExemplar (#1122) 2022-08-22 17:31:08 +02:00
instrument_client_test.go Fix double-counting bug in promhttp.InstrumentRoundTripperCounter (#1118) 2022-08-22 08:28:46 +03:00
instrument_server.go Clarify exemplar(Add|Observe) by renaming to (add|observe)WithExemplar (#1122) 2022-08-22 17:31:08 +02:00
instrument_server_test.go fix assorted oddities found by golangci-lint (#1040) 2022-08-03 06:30:51 +02:00
option.go Added exemplar support to http middleware. (#1055) 2022-08-02 19:33:08 +02:00
option_test.go Enable same linters as the Prometheus repo itself (#1056) 2022-06-17 09:04:06 +02:00