vector icon indicating copy to clipboard operation
vector copied to clipboard

chore(new_relic sink): add distribution support and send metric type

Open tobz opened this issue 3 years ago • 2 comments

In the new_relic sink, among other issues, we currently do not support distributions even though they're supported on the New Relic side. Additionally, we don't send the metric type, which causes all metrics -- counter or gauge -- to be treated as gauges.

We should:

  • [ ] #13902
  • [ ] #13903
  • [x] #13904

tobz avatar Aug 01 '22 14:08 tobz

cc/ @asllop . I know you contributed the initial new_relic sink so just flagging this in case it is something you are interested to contribute.

jszwedko avatar Aug 01 '22 14:08 jszwedko

@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.

asllop avatar Aug 02 '22 13:08 asllop