grafana/pkg/plugins/backendplugin
Marcus Efraimsson 4ff613a432
Backend Plugins: Support handling of streaming resource response (#22580)
Use v0.19.0 of SDK.
Support handling of streaming resource response.
Disable gzip/compression middleware for resources 
to allow chunked/streaming response to clients the gzip
middleware had to be disabled since it buffers the full
response before sending it to the client.

Closes #22569

Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
2020-03-06 01:44:07 +07:00
..
collector Backend Plugins: Collect and expose metrics and plugin process health check (#21481) 2020-01-15 13:10:48 +01:00
resource Backend plugins: Implement support for resources (#21805) 2020-01-31 11:15:50 +01:00
backend_plugin.go Backend Plugins: Support handling of streaming resource response (#22580) 2020-03-06 01:44:07 +07:00
client.go Backend Plugins: Support handling of streaming resource response (#22580) 2020-03-06 01:44:07 +07:00
contracts.go Backend Plugins: Support handling of streaming resource response (#22580) 2020-03-06 01:44:07 +07:00
log_wrapper_test.go Backend plugins: Log wrapper args formatting (#20514) 2019-11-20 14:27:28 +01:00
log_wrapper.go Backend plugins: Log wrapper args formatting fix (#20521) 2019-11-20 16:57:55 +01:00
manager.go Backend Plugins: Support handling of streaming resource response (#22580) 2020-03-06 01:44:07 +07:00