grafana/pkg
Gareth 9e9288a53e
Tempo: add custom grpc limits (#116013)
* Tempo: add custom grpc limits

* use var from grafana-plugin-sdk-go

* fix tests

* Update pkg/tsdb/tempo/grpc.go

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>

* Update tests

---------

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
2026-01-22 10:04:22 +00:00
..
aggregator auth: bump authlib with changes to BatchCheck (#116485) 2026-01-20 16:55:20 +01:00
api Feat: Remove experimental permissionsFilterRemoveSubquery feature (#116405) 2026-01-16 18:09:32 +02:00
apimachinery auth: bump authlib with changes to BatchCheck (#116485) 2026-01-20 16:55:20 +01:00
apis Snapshots: Migrate API as dashboards k8s subresource (#113552) 2025-12-02 16:26:45 -03:00
apiserver auth: bump authlib with changes to BatchCheck (#116485) 2026-01-20 16:55:20 +01:00
build auth: bump authlib with changes to BatchCheck (#116485) 2026-01-20 16:55:20 +01:00
bus Hackaton: Add more unit tests, take 3 (#101525) 2025-03-05 08:00:12 +01:00
clientauth Chore: Unify token exchange round trippers - provisioning (#116106) 2026-01-21 11:00:39 +01:00
cmd feat: add unified storage data migration step for playlists (#114582) 2025-12-04 15:15:00 +00:00
codegen Chore: Upgrade golang.org/x/* dependencies (#116468) 2026-01-18 19:38:21 +01:00
components DataSources: Improve resource model conversions (#116403) 2026-01-19 08:53:46 +03:00
configprovider Configprovider: Update the interface to propagate errors (#110814) 2025-09-11 17:26:54 +03:00
events Chore: Remove unused bus.Bus events (#110738) 2025-09-08 10:47:16 +00:00
expr Plugins: Upgrade github.com/grafana/grafana-plugin-sdk-go v0.283.0 => v0.284.0 (#114400) 2025-11-25 15:46:07 +00:00
extensions AuditLogProcessor: update enterprise import (#116498) 2026-01-20 10:16:27 +01:00
generated Chore: Upgrade k8s.io/api v0.34.1 and grafana-app-sdk v0.43.1 (#111009) 2025-09-16 13:35:20 +03:00
ifaces/gcsifaces
infra Tracing: Use service name from config (#115955) 2026-01-07 12:50:11 -06:00
kinds CustomVariable: support values with multiple properties (json values format) (#113844) 2026-01-07 11:01:03 +01:00
login/social Auth: Cleanup duplicate isGroupMember methods from OAuth connectors (#115786) 2026-01-05 11:35:28 +01:00
middleware Grafana Monitoring: Enable native HTTP histograms by default, make classic histograms configurable (#116534) 2026-01-20 15:07:04 +01:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Auth: Attach external session info to Grafana session (#93849) 2024-10-08 11:03:29 +02:00
modules Background Services: Remove dskitBackgroundServices toggle (#111255) 2025-09-26 15:16:06 -04:00
operators Provisioning: refactor repository validation and listing (#116582) 2026-01-21 16:41:23 +01:00
plugins auth: bump authlib with changes to BatchCheck (#116485) 2026-01-20 16:55:20 +01:00
promlib auth: bump authlib with changes to BatchCheck (#116485) 2026-01-20 16:55:20 +01:00
registry FF: enumerate provider types and default to static for invalid (#116095) 2026-01-22 03:21:38 +00:00
semconv Go: Update to 1.25.6 (#116394) 2026-01-16 10:50:12 +01:00
server LBAC: Add Team LBAC rule APIs (#116429) 2026-01-20 13:52:16 -06:00
services Tempo: add custom grpc limits (#116013) 2026-01-22 10:04:22 +00:00
setting FF: enumerate provider types and default to static for invalid (#116095) 2026-01-22 03:21:38 +00:00
storage Unified Storage: Add garbage collection to sql backend (#116147) 2026-01-22 00:55:05 +00:00
tests OpenTSDB: Add error source (#115874) 2026-01-21 14:00:41 +00:00
tsdb Tempo: add custom grpc limits (#116013) 2026-01-22 10:04:22 +00:00
util Add non-boolean feature flags support to the StaticProvider (#115085) 2026-01-12 22:53:23 +01:00
web Security: Fixes for CVE-2025-6197 and CVE-2025-6023 (#108330) 2025-07-18 09:06:26 -06:00
README.md
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.