Yu Long

Results 13 issues of Yu Long

## Summary Split v1/v2 metric parser version for `prometheusremotewrite` format, emulating that in `prometheus` format. V2 is the original, existing behavior.Code is directly lifted from the original `plugins/parsers/prometheusremotewrite/parser.go`. This PR...

feat
area/prometheus
ready for final review
plugin/parser

## Summary Be able to output prom native histogram when necessary fields are present. ## Checklist - [ ] No AI generated code was used in this PR ## Related...

feat
plugin/serializer

### What's wrong? `retry_on_http_429: false` should suppress agent from retrying on code 429, but it does not. ### Steps to reproduce using this config for prometheus remote write ``` "remote_write":...

bug
needs-attention