[core-http] support for nd-json payloads #11150
Labels
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
Monitor
Monitor, Monitor Ingestion, Monitor Query
Milestone
Monitor Exporter needs the ability to send NDJSON over the wire.
It's a pretty simple format, and I think this can be done easily in a policy after deserialization occurs by converting an outer JSON array into the newline-delimited format.
Example using Java code: https://github.com/srnagar/appinsights-demo/tree/master/com/azure/appins/demo
The text was updated successfully, but these errors were encountered: