gotjosh

Results 41 issues of gotjosh

As we lint/prepare we should not include the tags that are empty.

With #47 we introduced a breaking change that wouldn't allow us to build docker images - it'll be good to have an image building process as part of the pipeline...

It would be useful to know to which server, tenant we're syncing / diff rules to given it is possible to configure using environment variables but also pass arguments.

At the moment, we're using both go-yaml.v2 and go-yaml.v3, it'll be good to unify usage of both and avoid any potential pitfalls for having two versions.

When you have no rules loaded yet, and try to do a `cortextool rules list` the output you'll get is the following: ```bash $ cortextool rules list FATA[0000] unable to...

Some providers, such as: ## s3 Support parameters such as `max-keys` or `start-after`. More in the [API reference](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html#API_ListObjectsV2_RequestSyntax) ## gc Support parameters such as `maxResults`, `pageToken` and `startOffset`. More in...

- from @yuri-tceretian: We need to copy the alert due to it being a pointer and it might be different across contact points - We probably shouldn't use the "image"...

bug

In Grafana, we're keeping the core types of `apimodels` right where they belong: In Grafana. However, want to make sure we avoid cyclic dependencies so we can't bring `apimodels` into...

Per: > level=warning msg="[runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive."

Now that Prometheus is allowed to be a remote write target, we think this is highly useful. This basically enables Prometheus to do two things: 1. Allow setting a server-wide...