Michael Hoffmann
Michael Hoffmann
should we only allow that as an identifier for blocks? wouldnt it also be needed to reference those blocks somewhere? like this: ``` foo = loki\.process.add_new_label.some_field ```
Why do we need objstore client to do that? Since this is outside of thanos, couldnt we just use plain old minio client? Only thing we save is that we...
But the objstore client itself does not know those files or the schema of meta.json at all; all of this is done inside of thanos using an objstore.Bucket interface but...
> Yes, I meant we use objstore for downloading and uploading of files. I was just thinking to reuse the minio client config which is already generated in objstore. But...
Contacted npm under the link you shared, thank you.
I think despite the name it's somewhat related to https://github.com/tree-sitter-grammars/tree-sitter-hcl/pull/52. We should have some actions to upload to npm and other package repositories. Cc @clason
@clason is there an org level token that we can use for non/pypi so we can start uploading with GitHub actions?
So this might not work, but intiutively - I would probably evaluate the info function in "populateSeries" by checking if the VectorSelector is under an info function, extract arguments and...
> > We should not use VectorSelector for the second argument in "info", it should be its own AST node. > > I'm torn here. On the one hand, I...
I think we could support them, but we also could add a dialect for "alloy" in case that some other rules also change eventually?