You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you start pyroscope as javaagent or obtain configuration by `Config.build()` pyroscope searches
114
+
When you start pyroscope as javaagent or obtain configuration by `Config.build()` pyroscope searches
115
115
for configuration in multiple sources: system properties, environment variables, pyroscope.properties file. Properties keys has same name as environment variables, but lowercased and replaced `_` with `.`, so `PYROSCOPE_FORMAT` becomes `pyroscope.format`
116
116
117
117
@@ -188,9 +188,9 @@ If your Phlare server has multi-tenancy enabled, you'll need to configure a tena
188
188
### Java profiling examples
189
189
190
190
Check out the following resources to learn more about Java profiling:
Copy file name to clipboardExpand all lines: docs/storage-design.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ slug: /storage-design
8
8
## Storage Efficiency
9
9
10
10
:::note
11
-
This article is relevant for pre-v1.0.0 versions of Pyroscope. Since acquisition of Pyroscope in March 2023 we've been working on a new horizontally scalable storage engine that was released in v1.0.0. You can learn more about it [here](https://grafana.com/docs/pyroscope/next/reference-pyroscope-architecture/). This article is here for historical purposes.
11
+
This article is relevant for pre-v1.0.0 versions of Pyroscope. Since acquisition of Pyroscope in March 2023 we've been working on a new horizontally scalable storage engine that was released in v1.0.0. You can learn more about it [here](https://grafana.com/docs/pyroscope/latest/reference-pyroscope-architecture/). This article is here for historical purposes.
12
12
:::
13
13
14
14
The challenge with continuous profiling is that if you just take frequent chunks of profiling data, compress it, and store it somewhere, it becomes:
Copy file name to clipboardExpand all lines: docs/troubleshooting.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ There are 2 options: increase the disk and free some data.
31
31
32
32
#### Free some data
33
33
:::warning
34
-
We don't guarantee pyroscope will be able to deal with this correctly. Only use this as a last resort. Preferrably do a backup first.
34
+
We don't guarantee pyroscope will be able to deal with this correctly. Only use this as a last resort. Preferrably do a backup first.
35
35
:::
36
36
37
37
It depends on where you are running, for kubernetes you can overwrite the Deployment's [`args` to run a dummy command](https://github.com/pyroscope-io/helm-chart/blob/bfe876922f6970dc8ccf38c558957de76ce746eb/chart/pyroscope/templates/deployment.yaml#L32-L35) (like `sleep infinity`).
Copy file name to clipboardExpand all lines: src/theme/DocItem/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ export default function DocItem(props) {
85
85
In September 2023, <code>Grafana Pyroscope v1.0.0</code> was released.
86
86
</p>
87
87
<p>
88
-
This documentation covers Pyroscope versions preceding <code>v1.0.0</code>. We're keeping it for the time being, but we recommend that you upgrade to <ahref="https://grafana.com/docs/pyroscope/next/upgrade-guide/">Grafana Pyroscope v1.0.0 or higher</a> and switch to the new <ahref="https://grafana.com/docs/pyroscope/latest/">Grafana Pyroscope Docs</a> for most up-to-date documentation.
88
+
This documentation covers Pyroscope versions preceding <code>v1.0.0</code>. We're keeping it for the time being, but we recommend that you upgrade to <ahref="https://grafana.com/docs/pyroscope/latest/upgrade-guide/">Grafana Pyroscope v1.0.0 or higher</a> and switch to the new <ahref="https://grafana.com/docs/pyroscope/latest/">Grafana Pyroscope Docs</a> for most up-to-date documentation.
0 commit comments