Skip to content

Commit

Permalink
adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Oct 16, 2024
1 parent 0df03e7 commit c186cc6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ An array of objects containing stat objects for Observer Handles,
the number of operations they performed, and a key to identify them.
The key is composed of the `collection` and the `selector` separated by `::`.

It groups the stats by selector, so you can see how many operations were performed on a specific query.

Example:

```json
Expand Down Expand Up @@ -61,4 +63,16 @@ Example:
}
]
}
```
```

## Downloading the stat file

You can call the following HTTP endpoint to download the stat file:

```
GET /meteor-perf.json
```

## License

MIT

0 comments on commit c186cc6

Please sign in to comment.