Andrew Wilkins

Results 344 comments of Andrew Wilkins

Note that I have fixed this in my fork. I have also changed the signature of WriteBitcodeToFile (bitwriter.go) to take an *os.File rather than a string, and I accidentally committed...

No problems, I figured that might be the case. I'll just continue working in my fork - just wanted to note the issue here in case you were still interested.

We have been discussing this at https://discuss.elastic.co/t/elastic-apm-not-accessible-outside-docker-container/311026, and I believe this is a configuration issue. I suggest we close this, continue the discussion on the linked forum post if necessary,...

Which version of the extension were you using? Lambda metrics support isn't in any released version of the extension. I've tested with the latest code, using 8.4.0-BC3, and the metrics...

@Aaronontheweb I think you need `$(ELASTIC_APM_TOKEN)` (parentheses) rather than `${ELASTIC_APM_TOKEN}` (curly braces) in your k8s yaml. If that doesn't fix it, please head over to https://discuss.elastic.co/c/observability/apm/58 and we can help...

@jahtalab what are the use cases for specifying a timestamp in RUM?

> can you review this PR introducing the agent V2 protocol to beats to assess the impact on Cloudbeat and APM server respectively? @cmacknz @fearful-symmetry We don't support libbeat processors...

I don't know if there's a way of using existing modules to extract useful span names out of gqlgen -- probably not, but if anyone sees this and knows please...

Hi @theodesp, thanks for offering! I don't know Buffalo well, so I can only offer fairly general advice. Looking at Buffalo's API, I think its middleware is roughly similar to...

@michaelhyatt would you be able to run the opentelemetry-collector with the logging exporter, and capture the logged spans? Then we can compare to the docs we're recording. One thing I...