Skip to content

Commit 83de13f

Browse files
Improve wording in docs / examples (#3200)
* Improve wording, fix typos * Generate reference help * Apply suggestions from code review Co-authored-by: Kim Nylander <[email protected]> --------- Co-authored-by: Kim Nylander <[email protected]>
1 parent b7ed17d commit 83de13f

File tree

53 files changed

+185
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+185
-185
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For more documentation on how to add the Pyroscope agent to your code, see the [
7777
</tr>
7878
<tr>
7979
<td align="center"><a href="https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/nodejs/"><img src="https://user-images.githubusercontent.com/23323466/178160551-a79ee6ff-a5d6-419e-89e6-39047cb08126.png" width="100px;" alt=""/><br />
80-
<b>NodeJS</b></a><br />
80+
<b>Node.js</b></a><br />
8181
<a href="https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/nodejs/" title="Documentation">Documentation</a><br />
8282
<a href="https://github.com/grafana/pyroscope/tree/main/examples/language-sdk-instrumentation/nodejs/express" title="examples">Examples</a>
8383
</td>
@@ -136,11 +136,11 @@ Pyroscope is possible thanks to the excellent work of many people, including but
136136

137137
* Brendan Gregg — inventor of Flame Graphs
138138
* Julia Evans — creator of rbspy — sampling profiler for Ruby
139-
* Vladimir Agafonkin — creator of flamebearer — fast flamegraph renderer
139+
* Vladimir Agafonkin — creator of flamebearer — fast flame graph renderer
140140
* Ben Frederickson — creator of py-spy — sampling profiler for Python
141141
* Adam Saponara — creator of phpspy — sampling profiler for PHP
142142
* Alexei Starovoitov, Brendan Gregg, and many others who made BPF based profiling in Linux kernel possible
143-
* Jamie Wong — creator of speedscope — interactive flamegraph visualizer
143+
* Jamie Wong — creator of speedscope — interactive flame graph visualizer
144144

145145
## Contributing
146146

cmd/pyroscope/help-all.txt.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,9 @@ Usage of ./pyroscope:
542542
-querier.max-concurrent int
543543
The maximum number of concurrent queries allowed. (default 4)
544544
-querier.max-flamegraph-nodes-default int
545-
Maximum number of flamegraph nodes by default. 0 to disable. (default 8192)
545+
Maximum number of flame graph nodes by default. 0 to disable. (default 8192)
546546
-querier.max-flamegraph-nodes-max int
547-
Maximum number of flamegraph nodes allowed. 0 to disable.
547+
Maximum number of flame graph nodes allowed. 0 to disable.
548548
-querier.max-query-length duration
549549
The limit to length of queries. 0 to disable. (default 1d)
550550
-querier.max-query-lookback duration

cmd/pyroscope/help.txt.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ Usage of ./pyroscope:
150150
-querier.health-check-timeout duration
151151
Timeout for ingester client healthcheck RPCs. (default 5s)
152152
-querier.max-flamegraph-nodes-default int
153-
Maximum number of flamegraph nodes by default. 0 to disable. (default 8192)
153+
Maximum number of flame graph nodes by default. 0 to disable. (default 8192)
154154
-querier.max-flamegraph-nodes-max int
155-
Maximum number of flamegraph nodes allowed. 0 to disable.
155+
Maximum number of flame graph nodes allowed. 0 to disable.
156156
-querier.max-query-length duration
157157
The limit to length of queries. 0 to disable. (default 1d)
158158
-querier.max-query-lookback duration

docs/internal/RELEASE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ To release a new version of the project you need to follow the following steps:
1818
>
1919
> ⚠️ Incorrect: `release/v1.3.0`
2020
21-
The CI will automatically handle the build and create a draft github release.
21+
The CI will automatically handle the build and create a draft GitHub release.
2222

23-
Once ready, you can edit and publish the draft release on Github. You will need to take the release notes and append them to the `CHANGELOG.md` file in the root of the repository.
23+
Once ready, you can edit and publish the draft release on GitHub. You will need to take the release notes and append them to the `CHANGELOG.md` file in the root of the repository.
2424

2525
The list of changes from the CHANGELOG.md file form the basis of the public-facing release notes. Release notes are added to the [public Pyroscope documentation](https://grafana.com/docs/pyroscope/latest/release-notes/). These release notes follow the same pattern for each release:
2626

@@ -50,7 +50,7 @@ To create a new release first prepare the release using:
5050
make release/prepare
5151
```
5252

53-
This will build and packages all artifacts without pushing or creating the github release.
53+
This will build and packages all artifacts without pushing or creating the GitHub release.
5454

5555
Once you're ready you can then tag your release.
5656

@@ -64,6 +64,6 @@ And finally push the release using:
6464
make release
6565
```
6666

67-
> Make sure to have a [Github Token](https://goreleaser.com/scm/github/?h=github#github) `GITHUB_TOKEN` correctly set.
67+
> Make sure to have a [GitHub Token](https://goreleaser.com/scm/github/?h=github#github) `GITHUB_TOKEN` correctly set.
6868
6969
Make sure to create the release notes and CHANGELOG for any manual release.

docs/internal/contributing/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To build:
4141
make go/bin
4242
```
4343

44-
To run the unit tests suite:
44+
To run the unit test suite:
4545

4646
```
4747
make go/test
@@ -124,7 +124,7 @@ will be able to interact with it.
124124
### Dependency management
125125

126126
We use [Go modules](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) to manage dependencies on external packages.
127-
However we don't commit the `vendor/` folder.
127+
However, we don't commit the `vendor/` folder.
128128

129129
To add or update a new dependency, use the `go get` command:
130130

@@ -150,4 +150,4 @@ The Grafana Pyroscope documentation is compiled into a website published at [gra
150150

151151
To start the website locally you can use `make docs/docs` and follow console instructions to access the website.
152152

153-
Note: if you attempt to view pages on Github, it's likely that you might find broken links or pages. That is expected and should not be addressed unless it is causing issues with the site that occur as part of the build.
153+
Note: if you attempt to view pages on GitHub, it's likely that you might find broken links or pages. That is expected and should not be addressed unless it is causing issues with the site that occur as part of the build.

docs/sources/configure-client/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To get started, choose one of the integrations below:
9797
<a href="https://github.com/grafana/pyroscope/tree/main/examples/language-sdk-instrumentation/ruby" title="ruby-examples">Examples</a>
9898
</td>
9999
<td align="center"><a href="https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/nodejs/"><img src="https://user-images.githubusercontent.com/23323466/178160551-a79ee6ff-a5d6-419e-89e6-39047cb08126.png" width="100px;" alt=""/><br />
100-
<b>NodeJS</b></a><br />
100+
<b>Node.js</b></a><br />
101101
<a href="https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/nodejs/" title="Documentation">Documentation</a><br />
102102
<a href="https://github.com/grafana/pyroscope/tree/main/examples/language-sdk-instrumentation/nodejs/express" title="examples">Examples</a>
103103
</td>

docs/sources/configure-client/aws-lambda.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ For more details, refer to the [Building Extensions for AWS Lambda blog post](ht
3535

3636
## Set up the Pyroscope Lambda extension
3737

38-
To set up the Pyroscope Lamnda extension, you need to:
38+
To set up the Pyroscope Lambda extension, you need to:
3939

40-
1. Configure your Lamda function
40+
1. Configure your Lambda function
4141
1. Set up your environment variables
4242
1. Integrate the Pyroscope SDK
4343

docs/sources/configure-client/grafana-agent/ebpf/configuration/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ The `pyroscope.ebpf` component exposes the following Prometheus metrics:
121121

122122
Check out the following resources to learn more about eBPF profiling:
123123

124-
- [The pros and cons of eBPF profiling](https://pyroscope.io/blog/ebpf-profiling-pros-cons) blog post (for more context on flamegraphs below)
124+
- [The pros and cons of eBPF profiling](https://pyroscope.io/blog/ebpf-profiling-pros-cons) blog post (for more context on flame graphs below)
125125
- [Demo](https://play-pyroscope.grafana.org) showing breakdown of our examples cluster
126126
- Grafana Agent documentation for [pyroscope.ebpf](/docs/agent/latest/flow/reference/components/pyroscope.ebpf/), [pyroscope.write](/docs/agent/latest/flow/reference/components/pyroscope.write/), [discovery.kubernetes](/docs/agent/latest/flow/reference/components/discovery.kubernetes/), [discovery.relabel](/docs/agent/latest/flow/reference/components/discovery.relabel/) components

docs/sources/configure-client/grafana-agent/sampling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 30
99

1010
Applications often have many instances deployed. While Pyroscope is designed to handle large amounts of profiling data, you may want only a subset of the application's instances to be scraped.
1111

12-
For example, the volume of profiling data your application generates may make it unreasonable to profile every instance or you might be targeting cost-reduction.
12+
For example, the volume of profiling data your application generates may make it unreasonable to profile every instance, or you might be targeting cost-reduction.
1313

1414
Through configuration of the Grafana Agent, Pyroscope can sample scrape targets.
1515

docs/sources/configure-client/language-sdks/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following languages SDKs provide support for sending profiles from your appl
3636
</tr>
3737
<tr>
3838
<td align="center"><a href="./nodejs"><img src="https://user-images.githubusercontent.com/23323466/178160551-a79ee6ff-a5d6-419e-89e6-39047cb08126.png" width="100px;" alt=""/><br />
39-
<b>NodeJS</b></a><br />
39+
<b>Node.js</b></a><br />
4040
<a href="./nodejs" title="Documentation">Documentation</a><br />
4141
<a href="https://github.com/grafana/pyroscope/tree/main/examples/language-sdk-instrumentation/nodejs/express" title="examples">Examples</a>
4242
</td>

docs/sources/configure-client/language-sdks/dotnet.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Our .NET profiler works with the following .NET versions:
3131

3232
## Before you begin
3333

34-
To capture and analyze profiling data, you need either a hosted Pyroscope OSS server or a hosted [Pryoscope instance with Grafana Cloud Profiles](/products/cloud/profiles-for-continuous-profiling/) (requires a free Grafana Cloud account).
34+
To capture and analyze profiling data, you need either a hosted Pyroscope OSS server or a hosted [Pyroscope instance with Grafana Cloud Profiles](/products/cloud/profiles-for-continuous-profiling/) (requires a free Grafana Cloud account).
3535

3636
The Pyroscope server can be a local server for development or a remote server for production use.
3737

@@ -143,7 +143,7 @@ It is possible to dynamically change authorization credentials:
143143
Pyroscope.Profiler.Instance.SetBasicAuth(basicAuthUser, BasicAuthPassword);
144144
```
145145

146-
Here is a simple [example](https://github.com/grafana/pyroscope/blob/main/examples/language-sdk-instrumentation/dotnet/rideshare/example/Program.cs) exposing this APIs as an http endpoint.
146+
Here is a simple [example](https://github.com/grafana/pyroscope/blob/main/examples/language-sdk-instrumentation/dotnet/rideshare/example/Program.cs) exposing these APIs as HTTP endpoints.
147147

148148
### Configuration options
149149

docs/sources/configure-client/language-sdks/go_push.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pprof.Do(context.Background(), pprof.Labels("controller", "slow_controller"), fu
9797

9898
### Mutex profiling
9999

100-
Mutex profiling is useful for finding sources of contention within your application. It helps you to find out which mutexes are being held by which goroutines.
100+
Mutex profiling is useful for finding sources of contention within your application. It helps you find out which mutexes are being held by which goroutines.
101101

102102
To enable mutex profiling, you need to add the following code to your application:
103103

docs/sources/configure-client/language-sdks/java.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The latest release is also available on [Maven Central](https://search.maven.org
3434

3535
## Configure the Java client
3636

37-
You can start Pyroscope either from your apps's Java code or attach it as javaagent.
37+
You can start Pyroscope either from your application's code or attach it as javaagent.
3838

3939
### Start Pyroscope from app's Java code
4040

docs/sources/configure-client/language-sdks/nodejs.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: "NodeJS"
3-
menuTitle: "NodeJS"
4-
description: "Instrumenting nodeJS applications for continuous profiling."
2+
title: "Node.js"
3+
menuTitle: "Node.js"
4+
description: "Instrumenting Node.js applications for continuous profiling."
55
weight: 80
66
aliases:
77
- /docs/phlare/latest/configure-client/language-sdks/nodejs
88
---
99

10-
# NodeJS
10+
# Node.js
1111

1212
Enhance your Node.js application's performance with our Node.js Profiler. Seamlessly integrated with Pyroscope, it provides real-time insights into your application’s operation, helping you identify and resolve performance bottlenecks. This integration is key for Node.js developers aiming to boost efficiency, reduce latency, and maintain optimal application performance.
1313

1414
## Before you begin
1515

16-
To capture and analyze profiling data, you need either a hosted Pyroscope OSS server or a hosted [Pryoscope instance with Grafana Cloud Profiles](/products/cloud/profiles-for-continuous-profiling/) (requires a free Grafana Cloud account).
16+
To capture and analyze profiling data, you need either a hosted Pyroscope OSS server or a hosted [Pyroscope instance with Grafana Cloud Profiles](/products/cloud/profiles-for-continuous-profiling/) (requires a free Grafana Cloud account).
1717

1818
The Pyroscope server can be a local server for development or a remote server for production use.
1919

20-
## Add NodeJS profiling to your application
20+
## Add Node.js profiling to your application
2121

22-
To start profiling a NodeJS application, you need to include the npm module in your app:
22+
To start profiling a Node.js application, you need to include the npm module in your app:
2323

2424
```
2525
npm install @pyroscope/nodejs
@@ -28,7 +28,7 @@ npm install @pyroscope/nodejs
2828
yarn add @pyroscope/nodejs
2929
```
3030

31-
## Configure the NodeJS client
31+
## Configure the Node.js client
3232

3333
Add the following code to your application:
3434

@@ -45,7 +45,7 @@ Pyroscope.start()
4545

4646
Note: If you'd prefer to use Pull mode you can do so using the [Grafana Agent]({{< relref "../grafana-agent" >}}).
4747

48-
### Add profiling labels to NodeJS applications
48+
### Add profiling labels to Node.js applications
4949

5050
It is possible to add tags (labels) to the profiling data. These tags can be used to filter the data in the UI. Dynamic tagging isn't supported yet.
5151

@@ -79,7 +79,7 @@ Pyroscope.init({
7979
Pyroscope.start()
8080
```
8181

82-
To configure the NodeJS SDK to send data to Pyroscope, replace the `serverAddress` placeholder with the appropriate server URL. This could be the Grafana Cloud Pyroscope URL or your own custom Pyroscope server URL.
82+
To configure the Node.js SDK to send data to Pyroscope, replace the `serverAddress` placeholder with the appropriate server URL. This could be the Grafana Cloud Pyroscope URL or your own custom Pyroscope server URL.
8383

8484
If you need to send data to Grafana Cloud, you’ll have to configure HTTP Basic authentication. Replace `basicAuthUser` with your Grafana Cloud stack user ID and `basicAuthPassword` with your Grafana Cloud API key.
8585

docs/sources/configure-client/language-sdks/python.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Our Python Profiler, when integrated with Pyroscope, transforms the way you anal
1313

1414
## Before you begin
1515

16-
To capture and analyze profiling data, you need either a hosted Pyroscope OSS server or a hosted [Pryoscope instance with Grafana Cloud Profiles](/products/cloud/profiles-for-continuous-profiling/) (requires a free Grafana Cloud account).
16+
To capture and analyze profiling data, you need either a hosted Pyroscope OSS server or a hosted [Pyroscope instance with Grafana Cloud Profiles](/products/cloud/profiles-for-continuous-profiling/) (requires a free Grafana Cloud account).
1717

1818
The Pyroscope server can be a local server for development or a remote server for production use.
1919

docs/sources/configure-client/language-sdks/ruby.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Ruby Profiler revolutionizes performance tuning in Ruby applications. Integr
1313

1414
## Before you begin
1515

16-
To capture and analyze profiling data, you need either a hosted Pyroscope OSS server or a hosted [Pryoscope instance with Grafana Cloud Profiles](/products/cloud/profiles-for-continuous-profiling/) (requires a free Grafana Cloud account).
16+
To capture and analyze profiling data, you need either a hosted Pyroscope OSS server or a hosted [Pyroscope instance with Grafana Cloud Profiles](/products/cloud/profiles-for-continuous-profiling/) (requires a free Grafana Cloud account).
1717

1818
The Pyroscope server can be a local server for development or a remote server for production use.
1919

docs/sources/configure-client/language-sdks/rust.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Optimize your Rust applications with our advanced Rust Profiler. In collaboratio
1313

1414
## Before you begin
1515

16-
To capture and analyze profiling data, you need either a hosted Pyroscope OSS server or a hosted [Pryoscope instance with Grafana Cloud Profiles](/products/cloud/profiles-for-continuous-profiling/) (requires a free Grafana Cloud account).
16+
To capture and analyze profiling data, you need either a hosted Pyroscope OSS server or a hosted [Pyroscope instance with Grafana Cloud Profiles](/products/cloud/profiles-for-continuous-profiling/) (requires a free Grafana Cloud account).
1717

1818
The Pyroscope server can be a local server for development or a remote server for production use.
1919

@@ -73,7 +73,7 @@ The agent can be stopped at any point, and it'll send a last report to the serve
7373
let agent_ready = agent.stop().unwrap();
7474
```
7575

76-
It's recommended to shutdown the agent before exiting the application. A last
76+
It's recommended to shut down the agent before exiting the application. A last
7777
request to the server might be missed if the agent is not shutdown properly.
7878

7979
```rust
@@ -142,10 +142,10 @@ PyroscopeAgent::builder("http://localhost:4040", "myapp")
142142
- **Backend**: The Pyroscope Agent uses [pprof-rs](https://github.com/tikv/pprof-rs) as a backend. As a result, the [limitations](https://github.com/tikv/pprof-rs#why-not-) for pprof-rs also applies.
143143
As of 0.5.0, the Pyroscope Agent supports tagging within threads. Check the [tags](https://github.com/pyroscope-io/pyroscope-rs/blob/main/examples/tags.rs) and [multi-thread](https://github.com/pyroscope-io/pyroscope-rs/blob/main/examples/multi-thread.rs) examples for usage.
144144
- **Timer**: epoll (for Linux) and kqueue (for macOS) are required for a more precise timer.
145-
- **Shutdown**: The Pyroscope Agent might take some time (usually less than 10 seconds) to shutdown properly and drop its threads. For a proper shutdown, it's recommended that you run the `shutdown` function before dropping the agent.
145+
- **Shutdown**: The Pyroscope Agent might take some time (usually less than 10 seconds) to shut down properly and drop its threads. For a proper shutdown, it's recommended that you run the `shutdown` function before dropping the agent.
146146

147147
- **Relevant Links**
148-
- [Github Repository](https://github.com/pyroscope-io/pyroscope-rs)
148+
- [GitHub Repository](https://github.com/pyroscope-io/pyroscope-rs)
149149
- [Cargo crate](https://crates.io/crates/pyroscope)
150150
- [Crate documentation](https://docs.rs/pyroscope/latest/pyroscope/index.html)
151151

docs/sources/configure-client/trace-span-profiles/go-span-profiles.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To use Span Profiles, you need to:
3030

3131
Your applications must be instrumented for profiling and tracing before you can use span profiles.
3232

33-
* Profiling: Your application must be instrumented with Pyroscopes Go SDK. If you haven't done this yet, please refer to the [Go (push mode)]({{< relref "../language-sdks/go_push" >}}) guide.
33+
* Profiling: Your application must be instrumented with Pyroscope's Go SDK. If you haven't done this yet, please refer to the [Go (push mode)]({{< relref "../language-sdks/go_push" >}}) guide.
3434
* Tracing: Your application must be instrumented with OpenTelemetry traces. If you haven't done this yet, please refer to the [OpenTelemetry](https://opentelemetry.io/docs/go/getting-started/) guide.
3535

3636
### OpenTelemetry support
@@ -103,11 +103,11 @@ Check out the [examples](https://github.com/grafana/pyroscope/tree/main/examples
103103

104104
<!-- ## Using tracing exemplars manually
105105
106-
If you're not using open telemetry integration you can still use exemplars storage to store profiles associated with some execution context (e.g individual HTTP / GRPC request). To create exemplars you need to tag specific parts of your code with a special `profile_id` tag, for example, in golang you could do this:
106+
If you're not using open telemetry integration you can still use exemplars storage to store profiles associated with some execution context (e.g. individual HTTP / GRPC request). To create exemplars you need to tag specific parts of your code with a special `profile_id` tag, for example, in golang you could do this:
107107
```golang
108108
pprof.Do(ctx, pprof.Labels("profile_id", "8474e98b95013e4f"), func(ctx context.Context) {
109109
slowRequest()
110110
})
111111
```
112112
113-
`"8474e98b95013e4f"` can be any ID that you use to identify execution contexts (individual HTTP / GRPC requests). -->
113+
`"8474e98b95013e4f"` can be any ID that you use to identify execution contexts (individual HTTP / GRPC requests). -->

0 commit comments

Comments
 (0)