52989c2144
loki: remove unused code ( #52435 )
2022-07-27 06:11:09 +00:00
061055fac9
loki: dataframes: do not set field.config.DisplayName ( #49317 )
2022-05-20 17:27:49 +02:00
3c6e0e8ef8
Chore: ESlint import order ( #44959 )
...
* Add and configure eslint-plugin-import
* Fix the lint:ts npm command
* Autofix + prettier all the files
* Manually fix remaining files
* Move jquery code in jest-setup to external file to safely reorder imports
* Resolve issue caused by circular dependencies within Prometheus
* Update .betterer.results
* Fix missing // @ts-ignore
* ignore iconBundle.ts
* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
cc9151d382
Dependencies: Jest 27 ( #42681 )
...
* Update jest monorepo
* Update version of marked so it doesn't throw an error, set testEnvironment
* Fix some unit tests
* Remove all these tests that aren't actually working...
* use spyOn instead of mocking the whole module
* Fix linting
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-03 17:09:25 +00:00
8cfbee1e11
Chore: Remove md5 dependency and use uuid/v5 instead ( #34192 )
2021-05-18 13:42:57 +01:00
6692e1c332
Loki: Append refId to logs uid ( #30418 )
...
* Append refId to Loki uid, add tests
* Fix linting
* Fix linting
* Hopefully finally fix linting errors
2021-01-22 11:09:09 +01:00
1d689888b0
Prettier: Upgrade to 2 ( #30387 )
...
* Updated package json but not updated source files
* Update eslint plugin
* updated files
2021-01-20 07:59:48 +01:00
589b5e110c
Loki: Retry web socket connection when connection is closed abnormally ( #29438 )
...
* Add retryWhen to Loki socket
* Refactor,
* Add info message after 10 reconnections, remove console log
* Add test
* Specify response in tests
* Check specific lines for content
* Remove unused imports
* Replace AppEvents with console.warn
* Add limit of re-connections
2020-12-07 10:13:57 +01:00
bf3313c82a
Datasource/Loki: Remove code dealing with legacy Loki endpoints ( #23437 )
2020-04-22 12:59:06 +01:00
b51e28bc15
Chore: reduces strict null errors to 824 ( #22744 )
...
* Chore: reduces strict null errors with 100+
* Chore: lowers the build error number
2020-03-12 10:22:33 +01:00
9ebd99d595
Explore: Create unique ids and deduplicate Loki logs ( #21493 )
2020-01-17 14:28:00 +01:00
e0a2d4beac
Grafana/Loki: Adds support for new Loki endpoints and metrics ( #20158 )
...
* Grafana/Loki: Adds support for new Loki endpoints and metrics
* Adds `/loki/` prefix to new loki endpoints and updates response interfaces
* Improved legacy support
* Removed changes related to plugin.json and added Loki-specific hacks
* Fixes live streaming for legacy loki datasources
2019-11-15 16:38:25 +01:00
818aa8eefa
DataFrame: move labels to field ( #19926 )
2019-11-07 07:50:45 -08:00
0490dbb88d
Explore: Generate log row uid ( #18994 )
2019-09-30 14:44:15 +02:00
4c1bc59889
Explore: Fix unsubscribing from Loki websocket ( #19263 )
2019-09-23 22:48:39 +02:00
991f77cee1
Loki: support loki with streaming in dashboards ( #18709 )
...
Move some of the buffering with live streaming inside of the datasource, sending full frames instead of deltas and allow Loki in dashboards.
2019-09-05 14:04:01 +02:00