Georgy Torquemada
Georgy Torquemada
Gin can work with `context.Context`, if we enable fallback to context in (*gin.Context).Request.Context(), like this: ```go engine := gin.New() engine.ContextWithFallback = true ``` Here: https://github.com/gin-gonic/gin/blob/7cb151bb4c4cfc6018a00a125422ff38a041b9f8/context.go#L1214-L1217 But there is some problem...
Hello, @cleptric. Any comments for this? Do I need to resolve typo, or smth else?
@bjhijmans @shalvah its ref to #395 Probably, it doesn't need.
@hagen1778 @Loori-R There two place, that we need to modify, to get it works. Datasource config, as mentioned in Issue, and one some "smelling" piece of code [here](https://github.com/grafana/grafana/blob/61d959d04b19a3bcce97505f2d981c6e20fd967f/public/app/features/explore/TraceView/createSpanLink.tsx#L172-L199) Probably, they...
FYI: @hagen1778 @stanpalatnik https://github.com/090809/grafana/tree/datasource/victoriametrics-logs-datasource https://github.com/grafana/grafana/commit/3b9d24a57a08b0631ba6dc749ff7f84e064bd771 Settings and usage images p.s.: Im terrible at writing queries for VictoriaLogs, so the formatting of the tags may not be correct
@stephenafamo can you check this?