Toby Lawrence

Results 64 issues of Toby Lawrence

This epic represents the work required to complete the ability to control the cardinality of our internal metrics through expiring old ones. # Context Currently, internal metrics are captured via...

domain: observability
domain: metrics
Epic
source: internal_metrics

In the `new_relic` sink, among other issues, we currently do not support distributions even though they're supported on the New Relic side. Additionally, we don't send the metric type, which...

provider: new relic
type: feature
Epic
sink: new_relic

## Problem Currently, the `datadog_metrics` sink does not do any windowing/aggregation of metrics itself. In some cases, this might mean that it generates requests that update the same series (name...

type: bug
sink: datadog_metrics
provider: datadog

Currently, the sink calculates an interval as the number of seconds since we last generated an encoded payload and applies that to counters which do not have their own interval....

sink: datadog_metrics
provider: datadog

A user recently asked if `quanta` has ARM support for TSC and what it would take to add support. It felt like a good time to add an issue and...

We should invest some time in seeing if we can get our test suite to actually run for all platforms that we target/support. We already target Linux, Windows, and macOS...

Conditional compilation is a necessity for targeting different platforms, although at this point, we've found ourselves down quite the rabbit hole in terms of how `Cargo.toml` and `src/monotonic.rs` look. We...

During the work to expose more free functions on `Instant` and add mock ability, we created a small rift between `Clock` and `Instant`. Primarily, we have three issues: - `Instant::recent`...

Currently, the action is broken (although it worked before? hmmm) with what looks to be some sort of permission error, not allowing the action to push to GH Pages. This...

As evidenced by #17, the act of using the Time Stamp Counter can be rife with corner cases that make it hard to reason about how intended behavior will diverge...