grafana/pkg
Ivana Huckova e5519161f2
Zipkin: Run resource calls through backend with feature toggle enabled (#96139)
* Zipkin: Run resource calls througgh backend with feature toggle enabled

* Update

* Don't return early in createZipkinURL and add tests

* Update pkg/tsdb/zipkin/client.go

Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com>

* Update pkg/tsdb/zipkin/client.go

Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com>

* Update pkg/tsdb/zipkin/client.go

Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com>

* Update pkg/tsdb/zipkin/client_test.go

Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com>

* Update pkg/tsdb/zipkin/client_test.go

Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com>

* Update pkg/tsdb/zipkin/client_test.go

Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com>

* Update pkg/tsdb/zipkin/client_test.go

Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com>

* Fix lint

* Fix tests

---------

Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com>
2024-11-11 13:04:22 +01:00
..
aggregator Loki: Add support for injecting scopes into loki expressions. (#95591) 2024-11-06 15:28:42 +02:00
api Zipkin: Run health check through backend (#96031) 2024-11-07 16:48:00 +01:00
apimachinery K8s/Dashboards: Delegate large objects to blob store (#94943) 2024-11-09 08:09:46 +03:00
apis Alerting: Notifications Routes API (#91550) 2024-10-24 13:53:03 -04:00
apiserver Allow downgrade from any mode to mode 1 or 2. Allow setting all dual writer combinations (#95968) 2024-11-11 10:52:36 +01:00
build Revert "Chore: Enable cache on golangci linter" (#96069) 2024-11-08 01:05:14 +02:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd CLI: Remove manager-users conflict users cli (#95135) 2024-11-04 09:38:08 +00:00
codegen chore(deps): Upgrade openapi dep, remove replace directive (#90609) 2024-07-18 14:42:18 -04:00
components Chore: Bump google.golang.org/grpc to 1.64.0 (#88219) 2024-05-27 12:44:39 +02:00
events Alerting: update rule versions on folder move (#88376) 2024-08-13 12:26:26 +02:00
expr ServerSideExpressions: Disable SQL Expressions to prevent RCE and LFI vulnerability (#94942) 2024-10-18 11:28:26 +01:00
extensions K8s: Move standalone apiserver CLI to enterprise (#93799) 2024-09-27 09:04:35 +03:00
generated Alerting: Notifications Routes API (#91550) 2024-10-24 13:53:03 -04:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Plugins: Add metric to track plugin backend target (#95976) 2024-11-07 12:01:46 +00:00
kinds Dashboard Scene: Fix snapshots not displaying variables values (#88967) 2024-08-20 17:05:12 +02:00
login/social Auth: Introduce authn.SSOClientConfig to get client config from SSOSettings service (#94618) 2024-10-16 16:27:44 +02:00
middleware Auth: Fix redirection when auto_login is enabled (#94311) 2024-10-07 14:59:00 +02: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 K8s: Add tracing to apiserver startup (#95744) 2024-11-02 00:44:40 +01:00
plugins Zipkin: Run health check through backend (#96031) 2024-11-07 16:48:00 +01:00
promlib Prometheus: Check both error and http status for source of error (#96060) 2024-11-08 23:19:14 +02:00
registry K8s/Dashboards: Delegate large objects to blob store (#94943) 2024-11-09 08:09:46 +03:00
semconv Semconv: Add service name attribute (#95743) 2024-11-01 23:29:14 +01:00
server Zipkin: Run health check through backend (#96031) 2024-11-07 16:48:00 +01:00
services Loki: Apply scopes to expression if feature toggle is enabled. (#95917) 2024-11-11 12:53:24 +01:00
setting Alerting: Make context deadline on AlertNG service startup configurable (#96053) 2024-11-07 18:23:55 +00:00
storage K8s/Dashboards: Delegate large objects to blob store (#94943) 2024-11-09 08:09:46 +03:00
tests Flaky tests alerting (#96055) 2024-11-07 21:08:51 +00:00
tsdb Zipkin: Run resource calls through backend with feature toggle enabled (#96139) 2024-11-11 13:04:22 +01:00
util Revert "Chore: Enable cache on golangci linter" (#96069) 2024-11-08 01:05:14 +02:00
web feat: add QueryIntWithDefault to web context (#93130) 2024-09-10 09:04:49 -05: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.