Andreu

Results 8 comments of Andreu

The models for count metrics are different in New Relic and Vector. While New Relic expects it to contain an `interval.ms` field, that is, the time during which the metric...

@jszwedko please correct me if I'm wrong regarding how Vector count metrics work.

Distribution metrics are not actually supported by the New Relic Metric API. Internally, New Relic can handle this type of metrics (https://docs.newrelic.com/docs/data-apis/understand-data/metric-data/metric-data-type/), but the API only allows injecting gauge, count...

Please check out the discussion here: https://github.com/vectordotdev/vector/issues/13903#issuecomment-1246634701

@jszwedko yes I am! Also interested in https://github.com/vectordotdev/vector/issues/13377, I just don't know when I'm gonna have time to contribute.

@jszwedko I'm currently working on this issue, could you assign it to me?

@tobz distribution metrics are not actually supported by the New Relic Metric API. Internally, New Relic can handle this type of metrics (https://docs.newrelic.com/docs/data-apis/understand-data/metric-data/metric-data-type/), but the API only allows injecting gauge,...

I had the same issue and I found a workaround that fixes it. Just calling reloadData right after configuring the AKPickerView solves the problem (at least for me, using 0.2.7).