Arne Wieding

Results 2 issues of Arne Wieding

https://github.com/apollographql/router/blame/9c24132fe9b775ec40781545dc8e3468c3c8915e/docs/source/configuration/telemetry/exporters/metrics/prometheus.mdx#L17 I am getting an error on router startup about unknown key "exporters" as described in the documentation, however this works fine when omitting the "exporters" key: ```yaml telemetry: metrics:...

I cant seem to emit Events on my SocketIO node-js server. The Emit function doesnt seem to do anything. I have seen some examples from pomelo clients but they use...