nemobis

Results 494 comments of nemobis

I see. If you want to try out a total rewrite, including the DB, but without forking the DB, I guess you'll have to prevent local contributions. Maybe it can...

Hopefully doesn't depend on https://github.com/zenodo/zenodo-rdm/issues/148

https://github.com/rancher/terraform-provider-rancher2/pull/1416/files is for the typo in the error message. Why is the provider even trying to look up the cluster ID (something for which it may or may not have...

[Documentation says](https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/namespace#argument-reference) ``` [project_id](https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/namespace#project_id) - (Required) The project id where assign namespace. It's on the form project_id=:. Updating part on same namespace will be moved between projects (string) ``` Some...

Ok, thanks! I know from experience that this sort of project is hard to keep going. It's still useful, we'll just need to figure out how to best make use...

The current API (v1) is documented at https://scholar.archive.org/docs It may or may not be possible to use the OpenAlex APIs instead, but note the [pricing](https://help.openalex.org/hc/en-us/articles/24397762024087-Pricing). OpenAlex is currently backed by...

I'm not actually sure the metrics were dropped by vmagent, but I don't see any log message on vminsert indicating they might have been discarded after vmagent.

@zekker6 Thanks. I'm using `keep_metric_names: true`. The reason I believe metrics were lost is that I see gaps in charts all over the place. Also, the `vm_rows_inserted_total` shows a drop...

@zekker6 Sure. I believe the configuration in that moment was something like ``` - match: '{__name__=~".+", cluster=~".+"}' interval: 15s dedup_interval: 15s outputs: [last] ``` The errors went away when I...

Currently the docs state > -dropSamplesOnOverload > Whether to drop incoming samples if the destination vmstorage node is overloaded and/or unavailable. This prioritizes cluster availability over consistency, e.g. the cluster...