Skip to content

Commit

Permalink
fix markdownlint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
reimda committed Jun 7, 2022
1 parent a0eea04 commit 58157d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/inputs/elasticsearch_query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ of the examples below.
set to `true`.

[joda]: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search-aggregations-bucket-daterange-aggregation.html#date-format-pattern
[agg]: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics.html
[agg]: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics.html
6 changes: 3 additions & 3 deletions plugins/inputs/httpjson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Given the following response body:

The following metric is produced:

```
```shell
httpjson,server=http://localhost:9999/stats/ b_d=0.1,a=0.5,b_e=5,response_time=0.001
```

Expand All @@ -112,7 +112,7 @@ If `tag_keys` is included in the configuration:

Then the `service` tag will also be added:

```
```shell
httpjson,server=http://localhost:9999/stats/,service=service01 b_d=0.1,a=0.5,b_e=5,response_time=0.001
```

Expand Down Expand Up @@ -144,7 +144,7 @@ object:
]
```

```
```shell
httpjson,server=http://localhost:9999/stats/,service=service01 a=0.5,b_d=0.1,b_e=5,response_time=0.003
httpjson,server=http://localhost:9999/stats/,service=service02 a=0.6,b_d=0.2,b_e=6,response_time=0.003
```
Expand Down
6 changes: 3 additions & 3 deletions plugins/inputs/intel_rdt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ process availability.

## Useful links

* Pqos installation process: <https://github.com/intel/intel-cmt-cat/blob/master/INSTALL>
* Enabling OS interface: <https://github.com/intel/intel-cmt-cat/wiki>, <https://github.com/intel/intel-cmt-cat/wiki/resctrl>
* More about Intel RDT: <https://www.intel.com/content/www/us/en/architecture-and-technology/resource-director-technology.html>
- Pqos installation process: <https://github.com/intel/intel-cmt-cat/blob/master/INSTALL>
- Enabling OS interface: <https://github.com/intel/intel-cmt-cat/wiki>, <https://github.com/intel/intel-cmt-cat/wiki/resctrl>
- More about Intel RDT: <https://www.intel.com/content/www/us/en/architecture-and-technology/resource-director-technology.html>

## Configuration

Expand Down

0 comments on commit 58157d5

Please sign in to comment.