grafana/pkg
Ivana Huckova 7bb0ff7055
Loki: Introduce $__auto range variable for metric queries (#72690)
* Loki: Add  interpolation to backend

* Loki: Replace default variable  with  in frontend

* Loki: Update docs in query builder fro __auto

* Loki: Update test for change default __auto

* Loki: Remove  and  from suggestions as  should be used

* Update docs

* Update pkg/tsdb/loki/parse_query.go

* Fix backend lint

* Fix lint and test

* Update

* Update docs/sources/datasources/loki/template-variables/index.md

Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com>

* Update public/app/plugins/datasource/loki/querybuilder/operationUtils.ts

Co-authored-by: Matias Chomicki <matyax@gmail.com>

---------

Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com>
Co-authored-by: Matias Chomicki <matyax@gmail.com>
2023-08-03 16:27:23 +02:00
..
api Chore: Revert dskit service additions (#72608) 2023-08-03 09:19:01 -04:00
build Bug: Compare semver digits for frontend packages config (#71829) 2023-07-18 17:10:40 +03:00
bus Chore: Fix goimports grouping in other backend platform packages (#62422) 2023-01-30 08:26:42 +00:00
cmd Chore: Revert dskit service additions (#72608) 2023-08-03 09:19:01 -04:00
codegen Schemas: minor updates from the k8s branch (#71688) 2023-07-21 19:17:11 +03:00
components ApiKeyGenPrefix: rename package (#65623) 2023-03-30 17:04:10 +02:00
cuectx Kinds: publish kinds to kind registry (#67515) 2023-06-13 14:01:29 +02:00
events
expr SSE: (Instrumentation/Chore) Add datasource_type label to grafana_sse (#72370) 2023-07-26 10:51:02 -04:00
extensions Tempo: TraceQL query response streaming (#69212) 2023-07-14 15:10:46 +01:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Usage stats: Tune collector execution startup and interval (#72688) 2023-08-03 11:01:44 +03:00
kinds Docs/k8s install update (#72567) 2023-08-03 08:53:13 -05:00
kindsysreport Kinds: Fix report generation (#71048) 2023-07-05 14:58:00 -04:00
login Auth: Add missing skipOrgRoleSync property to SocialBase for GenericOAuth (#72752) 2023-08-03 14:56:11 +02:00
middleware api: ignore /api/gnet proxy when gzipping responses (#71437) 2023-07-13 07:51:25 +01:00
mocks/mock_gcsifaces Chore: Fix goimports grouping in other backend platform packages (#62422) 2023-01-30 08:26:42 +00:00
models Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02:00
modules Chore: Revert dskit service additions (#72608) 2023-08-03 09:19:01 -04:00
plugins Plugins: Add inititialization stage to plugin loader pipeline (#72667) 2023-08-02 16:29:12 +00:00
registry Chore: Revert dskit service additions (#72608) 2023-08-03 09:19:01 -04:00
server Chore: Revert dskit service additions (#72608) 2023-08-03 09:19:01 -04:00
services Chore: Revert dskit service additions (#72608) 2023-08-03 09:19:01 -04:00
setting Chore: Revert dskit service additions (#72608) 2023-08-03 09:19:01 -04:00
tests Chore: Revert dskit service additions (#72608) 2023-08-03 09:19:01 -04:00
tsdb Loki: Introduce $__auto range variable for metric queries (#72690) 2023-08-03 16:27:23 +02:00
util errutil: (Chore) Make PublicError fulfill error (#71945) 2023-07-19 09:52:49 -04:00
web Chore: Add grafana-apiserver (#70721) 2023-07-14 12:22:10 -07: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.