-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #245 from parca-dev/parca-md
Parca md
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# parca | ||
|
||
Parca is a api for the continuous profiling [parca server](https://github.com/parca-dev/parca). | ||
|
||
Parca contains multiple service packages for its functionality. | ||
|
||
- debuginfo | ||
- profilestore | ||
- query | ||
- scrape | ||
|
||
*debuginfo:* is a service that allows storage of debug info | ||
|
||
*profilestore:* is a service that allows writing pprof profiles to the service | ||
|
||
*query:* is the service that allows you to query profiles from the service | ||
|
||
*scrape:* is the service that allows you to retrieve information about scrape targets |