Preston Vasquez

Results 34 comments of Preston Vasquez

Thank you @sudhir512kj , you're assigned!

@daredevil3435 Sure, we should probably mock http requests for the testable examples. This would look something like the following: ```go type MockClient {} func (mclient *MockClient) Do(req *http.Request) (*http.Reqponse, error)...

@daredevil3435 This is an update to gidari_example_test.go in the "ExampleWithAuth" function.

@daredevil3435 No worries. The problem here is that we are actually making a request to ``` const api = "https://api-public.sandbox.exchange.coinbase.com" ``` And we don't want to do that. Instead, we...

> We discussed the licensing issue during the SIG meeting on thursday, and I brought the question to the [#otel-maintainers](https://cloud-native.slack.com/archives/C01NJ7V1KRC/p1718371773724319) slack channel. > > What it seems other languages are...

@MrAlias @pellared @dmathieu Thank you for the work you've done maintaining `otelmongo` ❤️ As @jtazin notes, I am interested in becoming the code owner and will work toward membership over...

@MrAlias @dmathieu @pellared Here is my activity since the last update: - https://github.com/open-telemetry/opentelemetry-go-contrib/issues/6171 - https://github.com/open-telemetry/semantic-conventions/issues/1502#issuecomment-2430788127 - https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6272 - https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6172 Could you give us an update on progress toward sponsorship? CC:...

@pellared @dmathieu With the closur eof https://github.com/open-telemetry/opentelemetry-go-contrib/issues/6171, how do we move forward with sponsorship for org membership and code ownership of otelmongo? CC: @jtazin

@kounat I'm wondering if we can reserve a set of connections specifically for cursors, ensuring that there are always open connections for non-cursor operations. Here is a POC: https://github.com/coinbase/mongobetween/pull/75