Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 6fe96f4

Browse files
Merge pull request #418 from grafana/cristian/docs-err-fix
Fix some markdown errors in docs.
2 parents 23b5705 + ce2415c commit 6fe96f4

File tree

2 files changed

+4
-4
lines changed
  • docs/sources/operators-guide

2 files changed

+4
-4
lines changed

docs/sources/operators-guide/architecture/block-format/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ there are entries missing in the tables for the different models they are also
4242
inserted.
4343

4444
[//source]:<> (https://https://mermaid.live/edit#pako:eNptU11P4zAQ_CuWn4HSlgvUjyicVImTTgTdC-ZhsTeJdYkdOfYJVOW_n_PhJFR9W8_Ozs6OkhMVRiJlVFTQtqmCwkLNNSFSWRROGU1eH_v30CeZs0oXy_sXNE0AyKmHCDmmhBGvtEvueqBbiM9GwKA2MafBY7rmE_KsNLaMvL33xblEgKbpn14P3i6NM3Jpf5xYnwLir7MgMHqKHo_pYOHiHb-tyVU1j2RoFbYvmH_3kUHdVOMhY3mmMoKzyOzk_J4_UPmzg7iOmXO65ZRcX5upivbZnC3XfSChrQfiwhhinrrEhM6oEENiS75cr3IamXq9a5UZ1zGcmRaPj41F4DVLH49a4mdYMIYx4ouZZS9bB8Q1vaI12hqUDJ_tECGnrsQaOWWhlJiDrxynXHeB6hsJDp-kcsZSlkPV4hUF70z2pQVlznqMpOnrn1mVAYlh6ETdV9P_I4VqXZAURueq6HFvqwCXzjUt22z69k2hXOk_boSpN62SJVhX_jskm2SXPMBuj8n9Hn7s91J8bA8P-e5um8v72-0OaNd1_wF4hit7)
45-
[![Data model of Phlare blocks](model.svg)
45+
![Data model of Phlare blocks](model.svg)
4646

4747
[pprof]: https://github.com/google/pprof/blob/main/proto/profile.proto
4848
[TSDB index]: https://ganeshvernekar.com/blog/prometheus-tsdb-persistent-block-and-its-index/

docs/sources/operators-guide/configure-agent/language-support/jvm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you're using maven, add the following dependency to your `pom.xml`:
2121
<dependency>
2222
<groupId>com.grafana</groupId>
2323
<artifactId>jpprof</artifactId>
24-
<version>0.1.0</version>
24+
<version>0.1.4</version>
2525
</dependency>
2626
```
2727

@@ -30,7 +30,7 @@ If you're using gradle, add the following dependency to your `build.gradle`:
3030
```groovy
3131
dependencies {
3232
// ....
33-
implementation 'com.grafana:jpprof:0.1.0'
33+
implementation 'com.grafana:jpprof:0.1.4'
3434
//...
3535
}
3636
```
@@ -104,7 +104,7 @@ This means that you need to run your container with the `SYS_ADMIN` capability a
104104

105105
> async-profiler also requires JVM symbols to be available, use an appropriate docker base image for your JVM version.
106106
107-
Make sure to check out our [docker-compose](https://github.com/grafana/phlare/tree/main/tools/docker-compose) example](https://github.com/grafana/phlare/tree/main/tools/docker-compose).
107+
Make sure to check out our [docker-compose](https://github.com/grafana/phlare/tree/main/tools/docker-compose) example.
108108

109109

110110
## Scrape Target Configuration

0 commit comments

Comments
 (0)