VictoriaMetrics/app/vmselect/graphite
Aliaksandr Valialkin 5874189797
app/vmselect/graphite: follow-up for 23ab865035
- Fix docs for new functions at app/vmselect/graphite/functions.json
- Properly drain series lists on errors in aggregateSeriesListsGeneric() and aggregateSeriesList()
- Add links to docs for the added functions at docs/CHANGELOG.md

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5809
2024-04-03 03:07:15 +03:00
..
aggr_state.go Makefile: update golangci-lint from v1.51.2 to v1.54.2 2023-09-01 10:25:49 +02:00
aggr.go app/vmselect/graphite: open source Graphite Render API 2023-03-31 23:37:40 -07:00
eval_test.go adding AggregateSeriesLists graphite function (#5809) 2024-03-26 14:48:58 +01:00
eval.go all: fix golangci-lint(revive) warnings after 0c0ed61ce7 2024-04-03 03:00:45 +03:00
functions_api.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-26 09:44:40 +02:00
functions.json app/vmselect/graphite: follow-up for 23ab865035 2024-04-03 03:07:15 +03:00
metrics_api_test.go
metrics_api.go Makefile: update golangci-lint from v1.51.2 to v1.54.2 2023-09-01 10:25:49 +02:00
metrics_expand_response.qtpl
metrics_expand_response.qtpl.go
metrics_find_response.qtpl
metrics_find_response.qtpl.go
metrics_index_response.qtpl
metrics_index_response.qtpl.go
natural_compare_test.go app/vmselect/graphite: open source Graphite Render API 2023-03-31 23:37:40 -07:00
natural_compare.go app/vmselect/graphite: open source Graphite Render API 2023-03-31 23:37:40 -07:00
render_api_test.go app/vmselect/graphite: open source Graphite Render API 2023-03-31 23:37:40 -07:00
render_api.go app/vmselect: move common http functionality from app/vmselect/searchutils to lib/httputils 2023-07-06 17:22:23 -07:00
render_response.qtpl app/vmselect: return +Inf as null in graphite render api (#5009) 2023-09-18 16:41:39 +02:00
render_response.qtpl.go app/vmselect: return +Inf as null in graphite render api (#5009) 2023-09-18 16:41:39 +02:00
tag_values_response.qtpl
tag_values_response.qtpl.go
tags_api.go lib/prompb: change type of Label.Name and Label.Value from []byte to string 2024-01-16 20:41:37 +02:00
tags_autocomplete_response.qtpl
tags_autocomplete_response.qtpl.go
tags_find_series_response.qtpl
tags_find_series_response.qtpl.go
tags_response.qtpl
tags_response.qtpl.go
tags_tag_multi_series_response.qtpl
tags_tag_multi_series_response.qtpl.go
transform_test.go app/vmselect/graphite: properly handle -N index for the array of N items 2024-01-17 00:16:37 +02:00
transform.go app/vmselect/graphite: follow-up for 23ab865035 2024-04-03 03:07:15 +03:00