Gus Eggert

Results 73 comments of Gus Eggert

I have similar use cases as others, so I resorted to scraping the UI as well (:nauseated_face:), and put it behind an API/CLI: https://github.com/guseggert/pkggodev-client

Unfortunately there isn't a good answer to OpenTelemetry vs. OpenCensus. OpenCensus is on a deprecation path, but the Go implementation of the OpenTelemetry Metrics API is not yet stable, so...

So your example text isn't technically correct, but we would like to improve the error message on 404 to include more information about why the request failed.

The stewards have been talking a lot lately about ways to consolidate repos, because the overhead is slowing us down _a lot_. Is the issue with "importing all of go-ipfs"...

I 100% agree that mixing and matching is valuable. I'm wondering if we can keep that benefit, while lowering the burdensome cost of maintenance and constantly propagating changes across dozens...

We want to overhaul the GC mechanism entirely, so linking to #7752

Following up, have you tried newer versions of kubo (aka go-ipfs)?

The issue is https://github.com/ipfs/go-ipfs/issues/7653, which allows arbitrary modifications to the go-ipfs dependency graph using a plugin, so that you can inject a custom `exchange.Interface` (e.g. a Bitswap instance w/ a...

The HTTP handler is already wrapped with the OTel handler which applies any propagators (see https://github.com/ipfs/kubo/blob/master/core/corehttp/gateway.go#L106 and https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/net/http/otelhttp/handler.go#L130). There's an env var in the spec, OTEL_PROPAGATORS, that allows one to...

That would be great if you have the time!