vectordotdev / vector

A high-performance observability data pipeline.
https://vector.dev
Mozilla Public License 2.0
17.72k stars 1.57k forks source link

[new_relic sink] add a normalization layer to the sink to get incrementalized counters #13902

Open jszwedko opened 2 years ago

asllop commented 2 years ago

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

malcolmrebughini commented 1 month ago

Recently encountered the following logs using v0.40.1 and I think it is related to this issue. Is that correct or would this manifest in some other way?

2024-09-18T23:24:18.492100Z ERROR sink{component_kind="sink" component_id=new_relic component_type=new_relic}: vector_common::internal_event::component_events_dropped: Events dropped intentional=false count=1 reason="incremental counter missing interval" internal_log_rate_limit=true
2024-09-18T23:24:18.492173Z ERROR sink{component_kind="sink" component_id=new_relic component_type=new_relic}: vector::internal_events::common: Failed to build request. error=No valid metrics to generate error_type="encoder_failed" stage="processing" internal_log_rate_limit=true
jszwedko commented 1 month ago

I think that is this issue.