mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Add integration with Jeager Add Jaeger datasource and modify derived fields in loki to allow for opening a trace in Jager in separate split. Modifies build so that this branch docker images are pushed to docker hub Add a traceui dir with docker-compose and provision files for demoing.:wq * Enable docker logger plugin to send logs to loki * Add placeholder zipkin datasource * Fixed rebase issues, added enhanceDataFrame to non-legacy code path * Trace selector for jaeger query field * Fix logs default mode for Loki * Fix loading jaeger query field services on split * Updated grafana image in traceui/compose file * Fix prettier error * Hide behind feature flag, clean up unused code. * Fix tests * Fix tests * Cleanup code and review feedback * Remove traceui directory * Remove circle build changes * Fix feature toggles object * Fix merge issues * Fix some null errors * Fix test after strict null changes * Review feedback fixes * Fix toggle name Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
36 lines
707 B
JSON
36 lines
707 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Jaeger",
|
|
"id": "jaeger",
|
|
"category": "tracing",
|
|
|
|
"metrics": false,
|
|
"alerting": false,
|
|
"annotations": false,
|
|
"logs": false,
|
|
"streaming": false,
|
|
"tracing": true,
|
|
|
|
"info": {
|
|
"description": "Open source, end-to-end distributed tracing",
|
|
"author": {
|
|
"name": "Grafana Project",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/jaeger_logo.svg",
|
|
"large": "img/jaeger_logo.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "Learn more",
|
|
"url": "https://www.jaegertracing.io"
|
|
},
|
|
{
|
|
"name": "GitHub Project",
|
|
"url": "https://github.com/jaegertracing/jaeger"
|
|
}
|
|
]
|
|
}
|
|
}
|