Arve Knudsen

Results 69 issues of Arve Knudsen

#### What this PR does Add `Ingester.LabelValuesStream` gRPC method, which is a streaming version of the `LabelValues` gRPC method. TODO: - [x] Add flag to enable querier's streaming of label...

enhancement
component/ingester
component/querier
release/notified-changelog-cut

#### What this PR does In docs, fix formula for determining max number of failing zones. The current phrasing combined with downwards rounding (`floor`) means you may end up requiring...

bug
type/docs

Calling ko.viewmodel.toModel from a custom unmap function, as seen in one example on the project page, leads to infinite recursion. The example from the project page looks as follows: ```...

I've added a test for the scenario where you piggyback on ko.viewmodel.fromModel in a custom mapping function and ko.viewmodel.toModel in a custom unmapping function. This scenario currently leads to infinite...

Meteor_angularjs currently breaks for me under Meteor 0.6.5.1 with the following error: ``` Error: ENOENT, no such file or directory '/home/arve/Projects/angular-meteor-example/.meteor/local/build/programs/server/.meteor/local/build/app.html' at Object.fs.openSync (fs.js:338:18) at Object.fs.readFileSync (fs.js:182:15) at Package (packages/angularjs/server.js:19)...

Add method `PostingsForLabelMatching` to `tsdb.IndexReader`, a method for obtaining an iterator over postings for labels with a certain name and values accepted by a provided callback, and use it from...

kind/enhancement
component/tsdb
prombench

The `noSubscriptions` option really overlaps with `subscriptions` option and should be merged with the latter AFAICT. Includes a corresponding test.

Have `send` include the action's namespace when it's not found.

Seems to me as if the example with another call to store.start is for delayed subscription triggering, although it won't work that way since the `subscriptions` option is true, causing...

Make Gradle script configurable wrt. building with optimizations.

bug