Jorge Luis Betancourt
Jorge Luis Betancourt
I think I have a similar use case as the one @voiprodrigo describes. I'm storing under the same measurement values with different tags, for instance: `job_id`, `locale`, `error_count` (value). In...
Allowing to override the measurement would be great, even more, if it's possible to interpolate the values of the tags in the title (or concatenated at the end). Like: `prediction_avg_error_count_{{job_id}}_{{locale}}`...
@camAtGitHub The syntax of the `match_all` section is the same for both data sources. Underneath it would be translated into a `WHERE` tag selector on InfluxDB and on an equivalent...
@camAtGitHub which version of loudml are you using? Previously I had something similar but was related to the `measurement` setting in the model being ignored (which translates to the document...
@camAtGitHub Yes, that is the new behavior. Before I expected the `measurement` field to translate to the `doc_type`, which it didn't. You can see issue #42 for more info. It's...
Hi @regel, yes it's a multivarate model. It has a couple of features. You can check the model.json [in this gist](https://gist.github.com/jorgelbg/c36c89b98f421e0870f27a0d5825bd21). Let me see if I can export some data...
I was giving this a bit of thought to this and I was thinking on `tny` because it sounds like `tiny`/`teeny` but you save 1/2 characters in the process 🤔...
Yep, While debugging a different issue in my case I tested locally running the [m3aggregator integration test.sh script](https://github.com/m3db/m3/blob/master/scripts/docker-integration-tests/aggregator/test.sh). I added a `curl` call to print the placement state before each...
👋 @B3DTech, you can definitively run this worker within the limits of the Edge Workers free tier. That's how I am using it to gather stats from my personal blog....
> Very good. I'm using Grafana Cloud for now, but may roll my own Loki instance on-prem. Cloud hosting for observably is insane. Yep I agree that cloud pricing can...