Skip to content

Commit

Permalink
Merge pull request #50 from cbrgm/cbrgm-patch
Browse files Browse the repository at this point in the history
docs(readme): fix spelling and grammar mistakes
  • Loading branch information
brancz authored Dec 8, 2023
2 parents ab6bf60 + fcbdd1a commit e04c3eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# parca-demo

This parca-demo repository contains a minikube virtual machine that runs Kubernetes with Parca and the agent.
You can choose to deploy demo applications in various languages to that cluster to checkout each languages' support.
You can choose to deploy demo applications in various languages to that cluster to check out each language's support.

## Lanaguages
## Languages

Compiled languages such as C/C++, Rust and Go are currently supported. (There are some requirements though, binaries should be compiled with [frame pointers](https://en.wikipedia.org/wiki/Call_stack#Stack_and_frame_pointers) and [debug symbols](https://en.wikipedia.org/wiki/Debug_symbol). There are planned improvements for loosening these requirements.`**`)

Expand Down Expand Up @@ -82,7 +82,7 @@ Type to check deployments (again to uncheck, ENTER when done):

Note: This will take some time to pull down base images and build each language's demo.

At the end you should have a demo for each language in the cluster.
At the end, you should have a demo for each language in the cluster.

Tip: You can also deploy the demos in one line: ```./deploy-apps.sh cpp java rust```

Expand All @@ -91,7 +91,7 @@ Tip: You can also deploy the demos in one line: ```./deploy-apps.sh cpp java rus
Access Parca by port-forwarding to it by running: `kubectl port-forward -n parca svc/parca 7070`.
Open http://localhost:7070/

Once you selected the profile type you want to see (currently only CPU Samples) you can query for languages by using these selectors:
Once you have selected the profile type you want to see (currently only CPU Samples), you can query for languages by using these selectors:
```
namespace="parca", pod=~"go-.*"
Expand Down

0 comments on commit e04c3eb

Please sign in to comment.