grafana/docs/sources/setup-grafana
Dan Cech c4c9bfaf2e
Storage: Unified Storage based on Entity API (#71977)
* first round of entityapi updates

- quote column names and clean up insert/update queries
- replace grn with guid
- streamline table structure

fixes

streamline entity history

move EntitySummary into proto

remove EntitySummary

add guid to json

fix tests

change DB_Uuid to DB_NVarchar

fix folder test

convert interface to any

more cleanup

start entity store under grafana-apiserver dskit target

CRUD working, kind of

rough cut of wiring entity api to kube-apiserver

fake grafana user in context

add key to entity

list working

revert unnecessary changes

move entity storage files to their own package, clean up

use accessor to read/write grafana annotations

implement separate Create and Update functions

* go mod tidy

* switch from Kind to resource

* basic grpc storage server

* basic support for grpc entity store

* don't connect to database unless it's needed, pass user identity over grpc

* support getting user from k8s context, fix some mysql issues

* assign owner to snowflake dependency

* switch from ulid to uuid for guids

* cleanup, rename Search to List

* remove entityListResult

* EntityAPI: remove extra user abstraction (#79033)

* remove extra user abstraction

* add test stub (but

* move grpc context setup into client wrapper, fix lint issue

* remove unused constants

* remove custom json stuff

* basic list filtering, add todo

* change target to storage-server, allow entityStore flag in prod mode

* fix issue with Update

* EntityAPI: make test work, need to resolve expected differences (#79123)

* make test work, need to resolve expected differences

* remove the fields not supported by legacy

* sanitize out the bits legacy does not support

* sanitize out the bits legacy does not support

---------

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>

* update feature toggle generated files

* remove unused http headers

* update feature flag strategy

* devmode

* update readme

* spelling

* readme

---------

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2023-12-06 15:21:21 -05:00
..
configure-grafana Storage: Unified Storage based on Entity API (#71977) 2023-12-06 15:21:21 -05:00
configure-security Navigation: More updates to the docs for admin subsections (#78857) 2023-11-30 08:19:07 -06:00
image-rendering Doc: Update image rendering configuration (#77042) 2023-11-23 15:03:13 +01:00
installation added youtube video link to the documentation (#78680) 2023-11-27 08:31:21 -06:00
_index.md Explicitly set all front matter labels in the source files (#71548) 2023-07-18 09:10:12 +01:00
configure-docker.md Explicitly set all front matter labels in the source files (#71548) 2023-07-18 09:10:12 +01:00
set-up-for-high-availability.md Update set-up-for-high-availability.md (#75356) 2023-09-26 10:00:42 -04:00
set-up-grafana-live.md Update set-up-grafana-live.md (#78300) 2023-11-17 15:02:03 -06:00
set-up-grafana-monitoring.md Docs: Remove old plugin docs, fix URLs to go to new dev portal (#75325) 2023-09-29 07:43:48 +01:00
set-up-https.md Fix developer links and newly discovered spelling errors (#75875) 2023-10-03 13:49:27 +01:00
sign-in-to-grafana.md Update the sign in docs to contain more precise information. (#71698) 2023-07-31 10:59:39 -05:00
start-restart-grafana.md Update all use of docs/shared in Grafana to use keyword arguments (#74167) 2023-08-31 11:00:04 +01:00