diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-10 16:15:42 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-10 16:15:42 -0800 |
commit | 253971675853dd015aef65b43cbc58a644e76b7b (patch) | |
tree | 7be101b36c9448665d46ac81aa0da21d857943fb | |
parent | 6d7f1064107cc385c313ad194a676c8e3fd6f87f (diff) | |
download | fatcat-253971675853dd015aef65b43cbc58a644e76b7b.tar.gz fatcat-253971675853dd015aef65b43cbc58a644e76b7b.zip |
notes on metrics
-rw-r--r-- | notes/api_metrics.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/notes/api_metrics.md b/notes/api_metrics.md new file mode 100644 index 00000000..235b7843 --- /dev/null +++ b/notes/api_metrics.md @@ -0,0 +1,10 @@ + +We'll probably want: + +- total hits time histogram +- 2xx count +- 4xx count +- 5xx count +x entities (all together): created, updated, deleted +x editgroups: created, accepted +x account logins and signups |