Skip to content
Discussion options

You must be logged in to vote

If HTTP is the only data source feeding the pipeline, you can achieve this by tracking the number of records ingested by the pipeline via the /v0/pipelines/<pipeline_name>/stats endpoint. The global_metrics.total_input_records counter tracks the total number of records ingested by the pipeline. If the HTTP connector has successfully ingested the data, this counter will increment by the number of records in the HTTP request.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by zielmicha
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants