grafana/pkg/api/pluginproxy
Marcus Efraimsson 862a6a2fa6
Logging: Introduce API for contextual logging (#55198)
Introduces a FromContext method on the log.Logger interface that 
allows contextual key/value pairs to be attached, e.g. per request, 
so that any logger using this API will automatically get the per request 
context attached. The proposal makes the traceID available for 
contextual logger , if available, and would allow logs originating from 
a certain HTTP request to be correlated with traceID.
In addition, when tracing not enabled, skip adding
traceID=00000000000000000000000000000000
to logs.
2022-09-20 18:32:06 +02:00
..
test-data
ds_auth_provider.go Logging: Introduce API for contextual logging (#55198) 2022-09-20 18:32:06 +02:00
ds_auth_provider_test.go
ds_proxy.go Logging: Introduce API for contextual logging (#55198) 2022-09-20 18:32:06 +02:00
ds_proxy_test.go Chore: Refactor secrets kvstore to organize testing and migrations (#54249) 2022-08-25 18:04:44 -03:00
pluginproxy.go Logging: Introduce API for contextual logging (#55198) 2022-09-20 18:32:06 +02:00
pluginproxy_test.go Plugins: Handle app plugin proxy routes per request (#51835) 2022-08-23 13:05:31 +02:00
token_provider.go
token_provider_azure.go
token_provider_gce.go
token_provider_generic.go
token_provider_jwt.go
token_provider_test.go
utils.go
utils_test.go