You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/metrics/azure/blob.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Status
4
4
5
-
The `BLOB` service is registered when you pass `BLOB` in `--azure.services`. `Collect` calls **`StorageCostQuerier.QueryBlobStorage`** (see `pkg/azure/blob/cost_query.go`) and **`Set`s** the storage gauge per row. The default querier is a **no-op** (returns no rows), and **`azure.go` does not inject a real implementation yet**, so production scrapes still show **no samples** until Cost Management is wired to `Config.CostQuerier`. Lookback for the query is **30 days** (`defaultQueryLookback`), similar in spirit to the S3 billing window.
5
+
The `BLOB` service is registered when you pass `BLOB` in `--azure.services`. `Collect`applies the **last successful** cost rows to the storage gauge. It calls **`StorageCostQuerier.QueryBlobStorage`** (see `pkg/azure/blob/cost_query.go`) only when **`ScrapeInterval`**has elapsed since the last successful query—same pattern as S3 billing refresh (`pkg/aws/s3/s3.go`). The default querier is a **no-op** (returns no rows), and **`azure.go` does not inject a real implementation yet**, so production scrapes still show **no samples** until Cost Management is wired to `Config.CostQuerier`. Lookback for each query is **30 days** (`defaultQueryLookback`), similar in spirit to the S3 billing window; **interval** controls refetch frequency only.
0 commit comments