We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d22067 commit 366a85eCopy full SHA for 366a85e
services/director-v2/src/simcore_service_director_v2/modules/instrumentation/_models.py
@@ -88,7 +88,7 @@ def __post_init__(self) -> None:
88
"time to pull docker images",
89
labelnames=_INSTRUMENTATION_LABELS,
90
namespace=_METRICS_NAMESPACE,
91
- buckets=_BUCKETS_TIME_S, # SAN: the previous version was wrong, am I correct?
+ buckets=_BUCKETS_TIME_S,
92
subsystem=self.subsystem,
93
registry=self.registry,
94
)
0 commit comments