grafana/pkg/plugins
Giuseppe Guerra 50504ba008
Plugins: Chore: Renamed instrumentation middleware to metrics middleware (#76186)
* Plugins: Chore: Renamed instrumentation middleware to metrics middleware

* Removed repeated logger attributes in middleware and contextual logger

* renamed loggerParams to logParams

* PR review suggestion

* Add contextual logger middleware

* Removed unused params from logRequest

* Removed unwanted changes

* Safer FromContext method

* Removed traceID from logParams
2023-10-11 12:42:32 +02:00
..
auth Plugins: Rename oauth package to auth (#75611) 2023-09-28 12:18:09 +02:00
backendplugin Plugins: Refactoring: Implement plugin instrumentation as a middleware (#76011) 2023-10-09 14:12:57 +02:00
codegen Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03:00
config Feature: Allow to skip plugin loading (#74840) 2023-09-14 12:58:12 +02:00
envvars Plugins: Rename oauth package to auth (#75611) 2023-09-28 12:18:09 +02:00
httpresponsesender Plugins: Refactor call resource API handling (#67234) 2023-04-28 14:02:27 +02:00
log Plugins: Chore: Renamed instrumentation middleware to metrics middleware (#76186) 2023-10-11 12:42:32 +02:00
manager Chore: Avoid showing plugin version if it's %VERSION% (#75974) 2023-10-11 10:49:30 +02:00
pfs Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
plugindef Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
pluginscdn Plugins: Bump SystemJS to 6.14.2 (#70068) 2023-08-31 15:45:44 +02:00
repo Plugins: Do not fail bootstrap stage if single decorate step fails (#73147) 2023-08-10 14:46:38 +02:00
storage Chore: capitalise logs in other backend packages (#74344) 2023-09-04 22:25:43 +02:00
errors.go Instrumentation: Handle context.Canceled (#75867) 2023-10-10 12:28:39 +02:00
ifaces.go Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
localfiles_test.go Plugins: Fix files with two dots in the name not being returned by LocalFS.Files() (#67395) 2023-04-27 16:19:13 +02:00
localfiles.go Plugins: Fix files with two dots in the name not being returned by LocalFS.Files() (#67395) 2023-04-27 16:19:13 +02:00
models.go Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
plugins_test.go Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
plugins.go Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
test_utils.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00