Skip to content

Commit

Permalink
fix typo (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
abtinmo authored Dec 8, 2020
1 parent 780a782 commit b8ff552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/basic_meter/basic_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
This module serves as an example for a simple application using metrics.
It shows:
- How to configure a meter passing a sateful or stateless.
- How to configure a meter passing a stateful or stateless.
- How to configure an exporter and how to create a controller.
- 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.
- How to use views to specify aggregation types for each metric instrument.
"""
import sys
Expand Down

0 comments on commit b8ff552

Please sign in to comment.