openflagr/flagr

Integrating elastic apm to flagr go docker image

gkkishan opened this issue · 2 comments

Hi - We are evaluating t to use flagr as the feature flagging tool in our organization. We want to integrate elastic APM to the flagr application which is build in go language.
Elastic APM: https://www.elastic.co/guide/en/apm/agent/go/current/index.html

We are using the docker image hosted by the flagr in docker repository. Do you guys have any documentation how to integrate this to flagr?

Flagr uses Negroni. Based on this github issue, it appears that APM doesn't support negroni natively but could be made to do so: elastic/apm-agent-go#665

edit: Actually, upon further investigation it looks like it does support Negroni: https://www.elastic.co/guide/en/apm/agent/go/current/supported-tech.html#supported-tech-web-frameworks

Stale issue message