Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Update TODO
Remove outdated files
  • Loading branch information
narqo committed Sep 10, 2019
1 parent b3646b4 commit f4af3c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -80,7 +80,7 @@ send profile: http://localhost:10100/api/0/profiles?instance_id=87cdc549c84507f2

### Querying Profiles

Querying the profiling data is an HTTP call to collector's `/api/0/profiles` endpoints.
Querying the profiling data is an HTTP call to collector's query API endpoint:

```
> go tool pprof 'http://localhost:10100/api/0/profiles/merge?service=hotapp-service&type=cpu&from=2019-05-30T11:49:00&to=2019-05-30T12:49:00&labels=version=1.0.0'
Expand Down
5 changes: 3 additions & 2 deletions TODO.md
Expand Up @@ -3,15 +3,16 @@
## General

- more testing
- (?) protobuf instead json for rpc

## Agent

- (?) more logging
- more logging
- collect and send mutex and other profiles

## Collector

- add metrics
prometheus? x/vars?
- persistent storage
tarantool? cassandra? postgres?
- vacuum: remove old profiles base on some retention
Expand Down
11 changes: 0 additions & 11 deletions api_profile.http

This file was deleted.

16 changes: 0 additions & 16 deletions docker-compose.yml

This file was deleted.

0 comments on commit f4af3c4

Please sign in to comment.