top | item 41523701

(no title)

MehdiHK | 1 year ago

Prometheus scrapes metrics at constant intervals. How does being serverless helps here?

discuss

order

mvijaykarthik|1 year ago

Good question! Scraping and ingestion continues to use dedicated compute.

Serverless helps with query performance. Queries can be parallelized with serverless functions, this especially helps with long range queries. As an added advantage, compute does not have to be pre-provisioned for queries.

Here's an overview of how things fit together - https://oodle.ai/product#magic-behind-oodle

MehdiHK|1 year ago

That's quite interesting. Thank you for the link.