Skip to content

Omit input group from ingestion manifest if it's empty

Nathan Bockisch requested to merge fix-empty-input-group into 2.8.2-DEVELOPMENT

When testing the observation ingestion, I noticed ingestion failed because the ingestion manifest from the envoy was generating with an empty list for input_group. This change simply omits that from the JSON that gets written to the manifest if the input group is empty.

Merge request reports