Skip to content

Commit

Permalink
fix(kafka source): update error tags (vectordotdev#11101)
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <[email protected]>
  • Loading branch information
jdrouet authored Feb 1, 2022
1 parent 04d376b commit 0845dc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/cue/reference/components/sources/internal_metrics.cue
Original file line number Diff line number Diff line change
Expand Up @@ -1166,12 +1166,15 @@ components: sources: internal_metrics: {
"glob_failed": "The glob pattern match operation failed."
"http_error": "The HTTP request resulted in an error code."
"invalid_metric": "The metric was invalid."
"kafka_offset_update": "The comsumer offset update failed."
"kafka_read": "The message from Kafka was invalid."
"mapping_failed": "The mapping failed."
"match_failed": "The match operation failed."
"out_of_order": "The event was out of order."
"parse_failed": "The parsing operation failed."
"read_failed": "The file read operation failed."
"render_error": "The rendering operation failed."
"stream_closed": "The downstream was closed, forwarding the event(s) failed."
"type_conversion_failed": "The type conversion operating failed."
"type_field_does_not_exist": "The type field does not exist."
"type_ip_address_parse_error": "The IP address did not parse."
Expand Down

0 comments on commit 0845dc8

Please sign in to comment.