Skip to content

Commit 9b051a8

Browse files
authored
Merge pull request #4320 from patsevanton/main
Add missing commas, correction of spelling errors
2 parents b672a3f + 93c96d8 commit 9b051a8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/jsonnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Generate
6565
run: cd deploy && make --always-make vendor manifests
6666

67-
- name: Archive generatated manifests
67+
- name: Archive generated manifests
6868
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
6969
with:
7070
name: manifests

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## Why?
2424

2525
- **Save Money**: Many organizations have 20-30% of resources wasted with easily optimized code paths. The Parca Agent aims to lower the entry bar by requiring 0 instrumentation for the whole infrastructure. Deploy in your infrastructure and get started!
26-
- **Improve Performance**: Using profiling data collected over time, Parca can with confidence and statistical significance determine hot paths to optimize. Additionally it can show differences between any label dimension, such as deploys, versions, and regions.
26+
- **Improve Performance**: Using profiling data collected over time, Parca can with confidence and statistical significance determine hot paths to optimize. Additionally, it can show differences between any label dimension, such as deploys, versions, and regions.
2727
- **Understand Incidents**: Profiling data provides unique insight and depth into what a process executed over time. Memory leaks, but also momentary spikes in CPU or I/O causing unexpected behavior, is traditionally difficult to troubleshoot are a breeze with continuous profiling.
2828

2929
## Feedback & Support
@@ -69,7 +69,7 @@ The binary was compiled to `bin/parca` .
6969

7070
Now Parca is running locally and its web UI is available on http://localhost:7070/.
7171

72-
By default Parca is scraping it's own pprof endpoints and you should see profiles show up over time.
72+
By default, Parca is scraping it's own pprof endpoints and you should see profiles show up over time.
7373
The scrape configuration can be changed in the `parca.yaml` in the root of the repository.
7474

7575
### Configuration

ui/packages/app/grafana-datasource-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
6. Click on the `Save & Test` button. If the connection is successful, you should see a green `Data source is working` message.
1212
7. Now you can use the Parca datasource in your panels.
1313

14-
## Screeenshot
14+
## Screenshot
1515

1616
![Parca Datasource Plugin](https://raw.githubusercontent.com/parca-dev/parca/main/ui/packages/app/grafana-datasource-plugin/src/img/screenshots/datasource-config.png)

ui/packages/app/grafana-datasource-plugin/src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "Parca",
1111
"url": "https://github.com/parca-dev/parca/"
1212
},
13-
"keywords": ["continous profiling", "profiling", "parca"],
13+
"keywords": ["continuous profiling", "profiling", "parca"],
1414
"logos": {
1515
"small": "img/parca.svg",
1616
"large": "img/parca.svg"

0 commit comments

Comments
 (0)