Shawn Poulson

Results 22 comments of Shawn Poulson

Additionally, I ask the devs if remote tracing is a supported configuration with MTU 1500?

FWIW, I have moved to HTTP exporter. I've found that OTel doesn't seem to implement the full env var spec to configure this (i.e. `OTEL_EXPORTER_JAEGER_PROTOCOL`). But, it works if configured...

I should point out that the OTel Jaeger exporter is now deprecated in favor of OTLP exporter. You can continue to use Jaeger Tracing server because it now supports OTLP...

I think it would be sufficient to link `make test` to a GitHub Action that indicates a threshold as a warning, though would be best not to enforce it for...

Sounds like a great idea for a new feature. PRs are welcome.

@Dreamsorcerer There is a `ResetTime` in the return value of `GetRateLimits()`. You should be able to use this timestamp determine when the next allowable hit can occur.

Gubernator is not designed to maintain a session beyond the request lifecycle, nor does it make assumptions about what the client will do at a later time. If the `GetRateLimits`...

What you describe sounds like a "burst" mode. The user wants to force a hit to be allowed even if it's over limit, but then consider the burst activity within...

> But, specifically, we need to know when the request is allowed to be made. We want to use this to match our outgoing requests to third-party API rate limits....

@miparnisari Is this PR ready for merge? Not concerned about the go-bench error. But the PR is still in draft mode.