sh0rez
sh0rez
Rather large PR implementing a (very basic) interactive editing flow. Usage: ```bash # run Grafana locally $ docker run -p 3000:3000 grafana/grafana $ export GRAFANA_URL=http://localhost:3000 $ export GRAFANA_TOKEN= # start...
Jsonnet recently introduced a new function class for evaluating snippets that are not actually files on disk. https://github.com/google/go-jsonnet/pull/447 We have several places this applies, so we should adopt this: https://github.com/monitoring-mixins/mixtool/blob/f4e131da6cb67de07357510c9a947ffe02ad17a9/pkg/mixer/eval.go#L25...
Introduces a comment parser that extracts docsonnet data from specially formed comments, by leveraging as much of Jsonnet as possible: - Comments are extracted from the snippet using Go code...
Adds a new internal, _experimental_ package `metrics/identity` which implements identity types for resource, scope, metric and stream. This is closely related to work being done in #30707 and #30827. The...
> [!IMPORTANT] > This component is in active development. See progress in https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30705 --- ### The purpose and use-cases of the new component In similar fashion to the existing `cumulativetodeltaprocessor`,...
Because my FritzBox currently frequently loses the DSL Connection (thanks 1and1), I started monitoring it with this tool. However, the `gateway_wan_bytes_received` and `gateway_wan_bytes_sent` counters show an odd behaviour: Prometheus counters...
`ast.Raw` is a solution for gradual adoption of the `ts/ast` package, but really shouldn't be there at all (or at least not used by cuetsy itself)
We target TypeScript, which calls it's types "Type" not "Kind"
**Description:** Previously, the wal tailing routine held an exclusive lock over the entire wal, while waiting for new sections to be written. This led to a deadlock situtation, as a...