We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780a782 commit b8ff552Copy full SHA for b8ff552
docs/examples/basic_meter/basic_metrics.py
@@ -16,9 +16,9 @@
16
This module serves as an example for a simple application using metrics.
17
18
It shows:
19
-- How to configure a meter passing a sateful or stateless.
+- How to configure a meter passing a stateful or stateless.
20
- How to configure an exporter and how to create a controller.
21
-- How to create some metrics intruments and how to capture data with them.
+- How to create some metrics instruments and how to capture data with them.
22
- How to use views to specify aggregation types for each metric instrument.
23
"""
24
import sys
0 commit comments