Monitor your performance

Index Cloud Partners
Last Updated: September 09, 2026

Before you begin: Your container must be deployed and emitting metrics. Grafana access is provisioned by your Index Representative on request, so ask for it early rather than on the day you need it.

Once the rollout is complete, monitoring is yours. Index confirms your container started and that its health and readiness endpoints report healthy, but it does not judge whether your logic is producing the outputs you want. That call is yours, and you make it from the metrics your container emits.

Index collects your Prometheus metrics from /metrics and your logs from STDOUT and STDERR, and surfaces both in a hosted Grafana instance.

What to watch

SignalWhy it mattersWhere

Latency

rpc.server.duration is the required histogram, and its buckets are deliberately tight around tmax. Watch your p95: once it crosses the threshold for your extension point (30ms at PublisherClosed The owner of a website or app where advertisements are served. Request, 5ms at DSPClosed Demand-Side Platform (DSP). A software platform that automates bidding decisions in real-time and efficiently connects buyers and audiences through an ad exchange or SSP. Also known as a buy-side platform. Bid ResponseClosed An OpenRTB response that is sent by the DSP in response to the SSP's or ad exchange's bid request. It is an event directed back to the seller expressing a valuation for the request and conditions of sale.), your traffic is throttled.

Grafana, Explore or your own dashboard

Error rate

Any status code other than OK counts toward the circuit breaker. When it trips, requests are throttled until error rates return to normal, then traffic resumes automatically with no action from you.

Grafana, by rpc.grpc.status_code

Your business metrics

Whether your logic is doing what you intended: how often you return a mutation, which branch fired, how your model is scoring, your segment match rate. Only you can define these.

Grafana, from your own custom metrics

Deployment state

Whether your latest change actually landed everywhere it should have.

Deployment Tracker dashboard, Index Managed folder

Note: Prefer metrics over verbose logging. Metrics are what you should use to capture container performance, and logs are currently retained for a short window only. You can expose metrics beyond the required histogram, as long as total cardinality stays under 10,000.

Optimizing

Monitoring is also where the optimization loop lives. Once your container is stable and you can see how it performs against real traffic, you and Index iterate on it before settling on a target QPSClosed Queries Per Second (QPS). The number of bid requests a DSP processes per second. Also known as impressions per second. for production. There are three levers:

Topics in this section

Access your Grafana data. Requesting access, signing in for the first time, and finding your metrics, dashboards, and logs.