grafana/pkg
Alexander Akhmetov 1aeceb9d9a Alerting: Add setting for maximum allowed rule evaluation results (#89468)
* Alerting: Add setting for maximum allowed rule evaluation results

Added a new configuration setting `quota.alerting_rule_evaluation_results` to set the maximum number of alert rule evaluation results per rule. If the limit is exceeded, the evaluation will result in an error.
2024-07-01 01:41:26 -07:00
..
api Optimize memory allocations in permissions cache (#89645) 2024-06-26 23:03:13 +03:00
apimachinery with dashboard service 2024-06-27 00:10:30 +03:00
apis Alerting: Receiver API (#89707) 2024-06-26 20:03:25 +03:00
apiserver Use global function to compare any entity to both stores (#89282) 2024-06-26 10:19:40 +02:00
build CI: Don't use slim image for bump-version (#89689) 2024-06-25 14:03:30 -05:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd Init dualwriter metrics (#89003) 2024-06-14 11:01:49 +02:00
codegen Chore: Upgrade/fix deps after thema removal (#86763) 2024-04-25 20:52:09 +02:00
components Chore: Bump google.golang.org/grpc to 1.64.0 (#88219) 2024-05-27 12:44:39 +02:00
events
expr chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
extensions Chore: Remove legacydata package (#88790) 2024-06-05 22:31:06 +02:00
generated Alerting: Receiver API (#89707) 2024-06-26 20:03:25 +03:00
ifaces/gcsifaces
infra AWS: Update deprecated aws-sdk functions from env variable versions (#89643) 2024-06-26 11:56:39 -04:00
kinds Schemas: Replace registry generation and github workflow (#83490) 2024-03-13 18:05:21 +02:00
login/social Auth: Implement reload function for LDAP (#89267) 2024-06-18 14:31:27 +03:00
middleware Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 2024-06-24 14:53:42 +02:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
modules Zanzana: Initial work to run openFGA as embedded or standalone service (#89211) 2024-06-18 10:04:18 +02:00
plugins chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
promlib Plugins: Update plugin SDK Go to 0.235.0 (#89153) 2024-06-13 15:14:39 +02:00
registry rename to legacy 2024-06-27 11:26:42 +03:00
server Experimental Feature Toggle: databaseReadReplica (#89232) 2024-06-18 11:07:15 -04:00
services Alerting: Add setting for maximum allowed rule evaluation results (#89468) 2024-07-01 01:41:26 -07:00
setting Alerting: Add setting for maximum allowed rule evaluation results (#89468) 2024-07-01 01:41:26 -07:00
storage/unified avoid key from context 2024-06-27 10:53:08 +03:00
tests Merge remote-tracking branch 'origin/main' into resource-store 2024-06-26 16:04:23 +03:00
tsdb AWS: Update deprecated aws-sdk functions from env variable versions (#89643) 2024-06-26 11:56:39 -04:00
util Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 2024-06-24 14:53:42 +02:00
web Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
README.md Chore: Move all backend contribution documents to a single directory (#61140) 2023-01-11 11:16:52 +01:00
ruleguard.rules.go

This directory contains the code for the Grafana backend.

The contributor documentation for Grafana's backend is in /contribute/backend/README.md.