Levi Harrison

Results 17 issues of Levi Harrison

Now that Grafana's Flot fork is licensed under MIT (https://github.com/grafana/grafana/pull/36442), we should update the license headers in the vendored code to reflect that. Currently, the header is the following: ```js...

kind/cleanup
priority/Pmaybe
component/ui

### What did you do? I clicked on an individual series below the graph in the graph view, isolating that series, and then toggled the "Use local time" feature ###...

While the other two methods of obtaining a token in the `clientcredentials` package, `Client` and `Token`, have the following message: ``` The provided context optionally controls which HTTP client is...

cla: yes

Hi there! I was trying to set the port of an infinitude instance in a docker container using the `-l` flag, but realized that the argument wouldn't be passed to...

This PR adds the capability to check the hashes of the client certificate and key files to see if they've been modified, as is already done with the CA file....

This PR adds needed functionality to implement https://github.com/prometheus/prometheus/issues/4827, in the form of the `WithDialTLSContextFunc` option and `__server_name__` label. (slightly incorrect) Example implementation: ```go fn := func(ctx context.Context, network, addr string)...

There are a lot of instances of metric names that go against the best practices, whether it be in external or official projects. I think it would be cool if...

#### What this PR does The PR implements a feature which I'm calling "separating metrics," which breaks out some per-tenant metrics by the label `group`, which can be configured to...

release/notified-changelog-cut

#### What this PR does Switches from Mimir's own `DeleteMatchingLabels()` to client_golang's new `DeletePartialMatch()`. #### Which issue(s) this PR fixes or relates to Fixes #1764 #### Checklist - [ ]...

#### What this PR does Adds the ability to configure the TLS config for the Thanos S3 client. Note: Although I mostly copied the TLS config from Thanos, I omitted...

release/notified-changelog-cut