Commit Graph

94 Commits (a01f8c5b42bb7937139b8d52e9723cc37e5f7ae6)

Author SHA1 Message Date
Will Browne 9d92818cae
Plugins: Update PDC pattern from latest plugin SDK changes (#76576) 2 years ago
Dan Cech 91cf4f0c1c
Revert "Plugins: Update PDC pattern from latest plugin SDK changes" (#76565) 2 years ago
Will Browne 151f6d6216
Plugins: Update PDC pattern from latest plugin SDK changes (#76036) 2 years ago
Marcus Efraimsson e4c1a7a141
Tracing: Standardize on otel tracing (#75528) 2 years ago
Will Browne 7fca1bde54
Plugins: Set grafana config, plugin version and user agent on plugin requests (#75171) 2 years ago
Serge Zaitsev 93cdc94a94
Chore: capitalise logs in other backend packages (#74344) 2 years ago
Ryan McKinley 025b2f3011
Chore: use any rather than interface{} (#74066) 2 years ago
Will Browne 286b9e08e9
Plugins: Bump Plugin SDK version and address instance management breaking changes (#68900) 2 years ago
Emil Tullstedt 3abaf32cf2
Chore: Upgrade golangci-lint to v1.51.2 (#63630) 2 years ago
Serge Zaitsev f8ec35e643
Chore: Fix goimports grouping (#62427) 2 years ago
Michael Mandrus 09c759b36c
Graphite: Fix bug in wildcard queries to Graphite plugin (#60549) 2 years ago
Michael Mandrus 0c560b8b0d
Graphite: Process multiple queries to Graphite plugin (#59608) 3 years ago
Yuriy Tseretyan facf2b1ee8
Chore: Update prometheus, loki, graphite and influx plugins to support contextual logs. (#57708) 3 years ago
Jesus Vazquez cb99b94b01
Add error information to graphite queries tracing (#55249) 3 years ago
Jo 062d255124
Handle ioutil deprecations (#53526) 3 years ago
Kristin Laemmert 8f6877e12a
chore: remove all remaining uses of golang.org/x/net/context (#47564) 3 years ago
Will Browne 7fbc7d019a
Plugins: Core plugins register via backend factory provider (#43171) 3 years ago
idafurjes 30aa24a183
Chore: Implement OpenTelemtry in Grafana (#42674) 3 years ago
Will Browne e4ba5f17dd
add core plugins thru store (#43085) 4 years ago
Yuriy Tseretyan 9139f61105
Alerting: Update alert rule migration to use expanded queries (#42493) 4 years ago
Marcus Efraimsson baab021fec
Chore: Refactor usage of legacy data contracts (#41218) 4 years ago
Will Browne b80fbe03f0
Plugins: Refactor Plugin Management (#40477) 4 years ago
Arve Knudsen 78596a6756
Migrate to Wire for dependency injection (#32289) 4 years ago
Will Browne 1618d5ad6f
use most appropriate func for registering core plugins (#38497) 4 years ago
Piotr Jamróz f7501ff77f
Graphite: Convert tag values returned as numbers to strings (#37882) 4 years ago
ying-jeanne c22905f864
Graphite: Convert to use grafana-plugin-sdk-go contracts (#35798) 4 years ago
Piotr Jamróz faf25bc4ea
Graphite: Interpolate Graphite alerts with tags (#35887) 4 years ago
Marcus Efraimsson 348e76fc8e
Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 4 years ago
Ryan McKinley 7627b55ef4
TSDB: add deprecation comments to many tsdb structs (#33281) 4 years ago
Arve Knudsen b79e61656a
Introduce TSDB service (#31520) 4 years ago
Kyle Brandt c9dbf5a0d0
Graphite/SSE: update graphite to work with server side expressions (#31455) 4 years ago
Emil Hessman 874dc3d584
Chore: Rewrite tsdb graphite test to standard library (#30088) 4 years ago
Arve Knudsen c2cad26ca9
Chore: Disable default golangci-lint filter (#29751) 5 years ago
Arve Knudsen 574553ec7b
Chore: Fix issues found by staticcheck (#28802) 5 years ago
Arve Knudsen a078e40238
Settings: Rename constants/variables to follow Go naming standards (#28002) 5 years ago
Arve Knudsen a5d9196a53
Chore/fix lint issues (#27704) 5 years ago
Arve Knudsen 41d432b5ae
Chore: Enable whitespace linter (#25903) 5 years ago
Arve Knudsen 5070f7a75b
Chore: Start harmonizing linting with plugin SDK (#25854) 5 years ago
Marcus Efraimsson 58cefe73ee
Datasources: Handle URL parsing error (#25742) 5 years ago
Sofia Papagiannaki c6829645c7
Graphite: Don't issue empty "select metric" queries (#22699) 5 years ago
Arve Knudsen bb50fc5965
pkg/tsdb: Check errors (#19837) 6 years ago
zhulongcheng 2fff8f77dc move log package to /infra (#17023) 6 years ago
Andrej Ocenas 66f6e16916
Security: Store datasource passwords encrypted in secureJsonData (#16175) 6 years ago
bergquist f13263eb54 reduce loglevel to debug 6 years ago
Mario Trangoni bb12a1bc99 pkg/tsdb/graphite/graphite.go: Fix regular expression does not contain any meta characters. 7 years ago
bergquist 519fd8b2ba graphite: adds more traces for alerting 7 years ago
Andrei Kalasok 68d4211c50 grafana-10039: fix query time range ends in the past 8 years ago
bergquist ed661767f8 follow go idiom and return error as second param 8 years ago
bergquist a45e2ec9c3 context is reserved for go's context 8 years ago
bergquist 16b5b9f6be make ds a param for Query 8 years ago