grafana/pkg/expr/mathexp
Dave Henderson 6262c56132
chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952)
* chore(perf): Pre-allocate where possible (enable prealloc linter)

Signed-off-by: Dave Henderson <dave.henderson@grafana.com>

* fix TestAlertManagers_buildRedactedAMs

Signed-off-by: Dave Henderson <dave.henderson@grafana.com>

* prealloc a slice that appeared after rebase

Signed-off-by: Dave Henderson <dave.henderson@grafana.com>

---------

Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
2024-06-14 14:16:36 -04:00
..
parse Expressions: Sql expressions with Duckdb (#81666) 2024-02-27 16:16:00 -05:00
exp_nan_null_val_test.go Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
exp_scalar_no_test.go Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
exp_series_test.go Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
exp_test.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
exp.go chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
funcs_test.go Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
funcs.go SSE: Fix math expression to support NoData results (#61721) 2023-01-20 09:53:03 -05:00
reduce_test.go Expressions: Add model struct for the query types (not map[string]any) (#82745) 2024-02-17 02:59:11 +02:00
reduce.go Expressions: Add model struct for the query types (not map[string]any) (#82745) 2024-02-17 02:59:11 +02:00
resample_test.go Expressions: Use enumerations rather than strings (#83741) 2024-03-01 19:38:32 +02:00
resample.go Expressions: Use enumerations rather than strings (#83741) 2024-03-01 19:38:32 +02:00
testing.go SSE/Alerting: Support prom instant vector responses (#44865) 2022-05-23 10:08:14 -04:00
type_series.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
types_test.go Alerting: fix a bug where the metric in the evaluation string was not correctly populated (#41731) 2021-11-17 11:00:59 +01:00
types.go Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
union_test.go SSE: Warn on dropped items in Union in Math Operation (#72682) 2023-08-03 14:23:18 -04:00