Theofanis Despoudis

Results 224 comments of Theofanis Despoudis
trafficstars

I can give it a try when we finish with the `apmbuffalo` unless someone does this first.

I could give it a `Go` any hints or recommendations you can offer?

Yes Buffalo uses [ gorilla/mux ](https://github.com/gorilla/mux)as a router so I will borrow items from the `apmgorilla` package `c.Value("current_route")` will return a `RouteInfo` object that contains the path for example `"/articles/{id:[0-9]+}"`...

@axw I've created a draft PR for evaluation of the API https://github.com/elastic/apm-agent-go/pull/509

@axw I've updated the PR. Can you take a look. I need to add more tests. Also, I need to figure out why the `NotFoundHandler` and the `MethodNotAllowedHandler` are not...

This would be a great feature as currently I would like to avoid using onLoading

Chartmuseum uses Gin but Gin has no reference for a HSTS support. Only this issue here: https://github.com/gin-gonic/gin/issues/1712 So we can either write our own middleware -> https://gin-gonic.com/docs/examples/using-middleware/ Or leave it...

That's a good PR. Retry with backoff.

> @PabloSzx I definitely understand your points (I actually tried to pass the query down to deeper nested components). I do see a use case for having the data be...