10000
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 a8f5c80 commit 710f6d2Copy full SHA for 710f6d2
README.md
@@ -452,7 +452,7 @@ used to predetermine the names of time series a `CollectorRegistry` exposes and
452
thus to detect collisions and duplicate registrations.
453
454
Usually custom collectors do not have to implement `describe`. If `describe` is
455
-not implemented and the CollectorRegistry was created with `auto_desribe=True`
+not implemented and the CollectorRegistry was created with `auto_describe=True`
456
(which is the case for the default registry) then `collect` will be called at
457
registration time instead of `describe`. If this could cause problems, either
458
implement a proper `describe`, or if that's not practical have `describe`
0 commit comments