mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 14:27:27 -08:00
typo 'efficcient' (#12090)
Signed-off-by: tylitianrui <tylitianrui@126.com>
This commit is contained in:
parent
58d3f148bf
commit
24a9678dcc
|
@ -82,7 +82,7 @@ func (s Series) String() string {
|
|||
func (s Series) MarshalJSON() ([]byte, error) {
|
||||
// Note that this is rather inefficient because it re-creates the whole
|
||||
// series, just separated by Histogram Points and Value Points. For API
|
||||
// purposes, there is a more efficcient jsoniter implementation in
|
||||
// purposes, there is a more efficient jsoniter implementation in
|
||||
// web/api/v1/api.go.
|
||||
series := struct {
|
||||
M labels.Labels `json:"metric"`
|
||||
|
|
Loading…
Reference in a new issue