mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Refactor: Removes replaceUrl from actions * Refactor: Moves saveState thunk to epic * Refactor: Moves thunks to epics * Wip: removes resulttype and queries once * Refactor: LiveTailing uses observer in query * Refactor: Creates epics folder for epics and move back actioncreators * Tests: Adds tests for epics and reducer * Fix: Checks for undefined as well * Refactor: Cleans up previous live tailing implementation * Chore: merge with master * Fix: Fixes url issuses and prom graph in Panels * Refactor: Removes supportsStreaming and adds sockets to DataSourcePluginMeta instead * Refactor: Changes the way we create TimeSeries * Refactor: Renames sockets to streaming * Refactor: Changes the way Explore does incremental updates * Refactor: Removes unused method * Refactor: Adds back Loading indication
36 lines
715 B
JSON
36 lines
715 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Loki",
|
|
"id": "loki",
|
|
"category": "logging",
|
|
|
|
"metrics": false,
|
|
"alerting": false,
|
|
"annotations": false,
|
|
"logs": true,
|
|
"streaming": true,
|
|
|
|
"info": {
|
|
"description": "Like Prometheus but for logs. OSS logging solution from Grafana Labs",
|
|
"author": {
|
|
"name": "Grafana Project",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/loki_icon.svg",
|
|
"large": "img/loki_icon.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "Learn more",
|
|
"url": "https://grafana.com/loki"
|
|
},
|
|
{
|
|
"name": "GitHub Project",
|
|
"url": "https://github.com/grafana/loki"
|
|
}
|
|
],
|
|
"version": "5.3.0"
|
|
}
|
|
}
|