Skip to content

Commit c1a5faa

Browse files
committed
review: s/stores/generators
Signed-off-by: Pranshu Srivastava <[email protected]>
1 parent 5b4af61 commit c1a5faa

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-instrumentation/4785-resource-state-metrics

1 file changed

+1
-1
lines changed

keps/sig-instrumentation/4785-resource-state-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ the metric generation configuration as follows (please note that the schema is
419419
fast-moving at this point and may be subject to change:
420420

421421
```yaml
422-
stores: # Set of metrics stores for each CR we want to generate metrics for.
422+
generators: # Set of metrics stores for each CR we want to generate metrics for.
423423
- group: "contoso.com" # CR's group.
424424
version: "v1alpha1" # CR's version.
425425
# Both kind and resource names are required to avoid plural ambiguities, see

0 commit comments

Comments
 (0)