Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Tang authored Jun 28, 2016
1 parent b1adb3e commit b8e241e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To create a counter metric:
api.submit("connections", 20, type="counter", description="server connections")
```

To iterate over your metrics:
To iterate over your metric names:

```python
for m in api.list_metrics():
Expand All @@ -78,7 +78,7 @@ To iterate over your metrics:
To retrieve a specific metric:

```python
gauge = api.get("temperature")
gauge = api.get("temperature")
```

Delete a metric:
Expand Down

0 comments on commit b8e241e

Please sign in to comment.