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: apollo-router/src/plugins/response_cache/metrics.rs
+18-8Lines changed: 18 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ use opentelemetry::KeyValue;
12
12
use opentelemetry::metrics::MeterProvider;
13
13
use parking_lot::Mutex;
14
14
use serde_json_bytes::Value;
15
+
use tokio::sync::broadcast;
15
16
use tokio_stream::StreamExt;
16
17
use tokio_stream::wrappers::IntervalStream;
17
18
use tower::BoxError;
@@ -306,6 +307,7 @@ impl From<CacheMetricContextKey> for String {
306
307
/// parameter subgraph_name is optional and is None when the database is the global one, and Some(...) when it's a database configured for a specific subgraph
0 commit comments