stripe / veneur

A distributed, fault-tolerant pipeline for observability data
MIT License
1.74k stars 174 forks source link

Remove unused ingestion logic. #984

Closed arnavdugar-stripe closed 2 years ago

arnavdugar-stripe commented 2 years ago

Summary

Remove unused ingestion logic.

Ingestion via http/json and unary gRPC messages from veneur-proxy in veneur is no longer used, since veneur-proxy now always forwards metrics using gRPC streaming.

andresgalindo-stripe commented 2 years ago

@arnavdugar-stripe unused because we've migrated to the streaming route?

arnavdugar-stripe commented 2 years ago

@arnavdugar-stripe unused because we've migrated to the streaming route?

Yes, correct.