Tyler Helmuth
Tyler Helmuth
The SDK should support exporting delta `CounterObserverInstrumentKind` and `UpDownCounterObserverInstrumentKind` though. Let me know if I need to open a separate issue or if that capability is already being tracked somewhere.
I think benchmark tests are super important and are a step in the right direction towards being able to answer customer questions on expected performance and resource requirements. Performance of...
For perspective, I went looking at what other SIGs are doing with benchmarks and this is what I found. - Java: Has benchmarks but not part of any CI. -...
> If we could get the tests to run on the dedicated EC2 instance mentioned that would be amazing and the solution I would strive for Agreed, I think this...
Yes I can get that done tomorrow
During the Collector SIG today it was confirmed that the project does have hardware that could be used to run benchmarks. Based on @Aneurysm9's recommendation, I am going to investigate...
So the good news is that [self-hosted runners are free](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners), and we could use our boxes to run actions and it sounds like the integration and process for hooking into...
I think to use the boxes as self-hosted runners the workflows would need to live in a private repository. [It seems possible to trigger workflows on one repository from a...
I think we could design the private repository in such a way that the Benchmark tests themselves are still in this repo and only the workflow definition would be in...
As discussed during the Go SIG today, before continuing to solve how to use the boxes, we'd like to validate that the boxes will solve what we expect is a...