Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
fix links that were missed (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancairon authored Feb 5, 2024
1 parent ad8aed4 commit 87a42ae
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions modules/activemq/integrations/activemq.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ The following options can be defined globally: update_every, autodetection_retry
| webadmin | Webadmin root path. | admin | yes |
| max_queues | Maximum number of concurrently collected queues. | 50 | no |
| max_topics | Maximum number of concurrently collected topics. | 50 | no |
| queues_filter | Queues filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | | no |
| topics_filter | Topics filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | | no |
| queues_filter | Queues filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns). | | no |
| topics_filter | Topics filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns). | | no |
| username | Username for basic HTTP authentication. | | no |
| password | Password for basic HTTP authentication. | | no |
| proxy_username | Username for proxy basic HTTP authentication. | | no |
Expand Down
4 changes: 2 additions & 2 deletions modules/activemq/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ modules:
required: false
- name: queues_filter
description: |
Queues filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
Queues filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
default_value: ""
required: false
- name: topics_filter
description: |
Topics filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
Topics filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
default_value: ""
required: false
- name: username
Expand Down
2 changes: 1 addition & 1 deletion modules/consul/integrations/consul.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ The following options can be defined globally: update_every, autodetection_retry
| url | Server URL. | http://localhost:8500 | yes |
| acl_token | ACL token used in every request. | | no |
| max_checks | Checks processing/charting limit. | | no |
| max_filter | Checks processing/charting filter. Uses [simple patterns](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md). | | no |
| max_filter | Checks processing/charting filter. Uses [simple patterns](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md). | | no |
| username | Username for basic HTTP authentication. | | no |
| password | Password for basic HTTP authentication. | | no |
| proxy_url | Proxy URL. | | no |
Expand Down
2 changes: 1 addition & 1 deletion modules/consul/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ modules:
default_value: ""
required: false
- name: max_filter
description: Checks processing/charting filter. Uses [simple patterns](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md).
description: Checks processing/charting filter. Uses [simple patterns](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md).
default_value: ""
required: false
- name: username
Expand Down
4 changes: 2 additions & 2 deletions modules/vsphere/integrations/vmware_vcenter_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ The following options can be defined globally: update_every, autodetection_retry
Metrics of hosts matching the selector will be collected.

- Include pattern syntax: "/Datacenter pattern/Cluster pattern/Host pattern".
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
- Syntax:

```yaml
Expand All @@ -240,7 +240,7 @@ Metrics of hosts matching the selector will be collected.
Metrics of VMs matching the selector will be collected.
- Include pattern syntax: "/Datacenter pattern/Cluster pattern/Host pattern/VM pattern".
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
- Syntax:
```yaml
Expand Down
4 changes: 2 additions & 2 deletions modules/vsphere/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ modules:
Metrics of hosts matching the selector will be collected.
- Include pattern syntax: "/Datacenter pattern/Cluster pattern/Host pattern".
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
- Syntax:
```yaml
Expand All @@ -132,7 +132,7 @@ modules:
Metrics of VMs matching the selector will be collected.
- Include pattern syntax: "/Datacenter pattern/Cluster pattern/Host pattern/VM pattern".
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
- Syntax:
```yaml
Expand Down
8 changes: 4 additions & 4 deletions pkg/prometheus/selector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In the simplest form you need to specify only a metric name.
<metric_name_pattern> ::= simple pattern
```

The metric name pattern syntax is [simple pattern](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md).
The metric name pattern syntax is [simple pattern](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md).

### Examples

Expand Down Expand Up @@ -58,16 +58,16 @@ It is possible to filter these time series further by appending a comma separate
<label_value_pattern> ::= a label value pattern, depends on <op>
```

The metric name pattern syntax is [simple pattern](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md).
The metric name pattern syntax is [simple pattern](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md).

Label matching operators:

- `=`: Match labels that are exactly equal to the provided string.
- `!=`: Match labels that are not equal to the provided string.
- `=~`: Match labels that [regex-match](https://golang.org/pkg/regexp/syntax/) the provided string.
- `!~`: Match labels that do not [regex-match](https://golang.org/pkg/regexp/syntax/) the provided string.
- `=*`: Match labels that [simple-pattern-match](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md) the provided string.
- `!*`: Match labels that do not [simple-pattern-match](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md) the provided string.
- `=*`: Match labels that [simple-pattern-match](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md) the provided string.
- `!*`: Match labels that do not [simple-pattern-match](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md) the provided string.

### Examples

Expand Down

0 comments on commit 87a42ae

Please sign in to comment.