Callum Jones

Results 9 issues of Callum Jones

#### What this PR does I naively was under the impression that replication functions like other systems where replication can happen when an ingester rejoins a memberlist which is incorrect....

#### Describe the bug We have imposed some query limits for the ruler (max aggregated chunk size: 500Mb) which will cause the Ruler to cancel the RPC calls to the...

bug
component/store-gateway

I have some native histograms that I cannot see to read in Promxy: Running this query returns no results: ``` histogram_quantile(0.99, sum(rate(zuul_filters_pre_latency_ms{namespace="foo"}[1m]))) ``` I can see the query that gets...

enhancement

Is it possible to add documentation on how to set the log level of the Consumer? We'd like to log `WARN` and higher, we find that `INFO` is too verbose...

Allows for customers to tweak their histogram latency buckets to match different deployment models where scrape intervals may differ. Also adds a healthcheck for those needing to verify a pod...

We're using e2ealerting across our k8s fleet to monitor latency from ingestor to AM and want to be able to break that down by specific tags like cluster name or...

I want to break down BlockedCalls and Latency for a CognitiveServices metric by `RateLimitKey` which I have confirmed is possible via the ARM library: ``` res, err := client.List(ctx, "subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/",...

**Describe the bug** Looking at [SdkDoubleHistogram.java](https://github.com/open-telemetry/opentelemetry-java/blob/8fd45a771c85584c9f710767dfe82bc458421358/sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/SdkDoubleHistogram.java#L46) we block negative values in histograms despite this being supported under exponential histograms (via negativebuckets). Is this intentional or just a side effect of...

Feature Request
blocked:spec

**What are you trying to achieve?** The current [spec language](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#histogram-operations) prevents observations of negative values of Histograms: > The value is expected to be non-negative. This API SHOULD be documented...

spec:metrics
triage:accepted:needs-sponsor