Skip to content

Commit 2b09b21

Browse files
committed
Standardize wording for endpoint
Signed-off-by: Lynette Miles <[email protected]>
1 parent 9baa7d6 commit 2b09b21

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

pipeline/filters/kubernetes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The plugin supports the following configuration parameters:
2626
| Key | Description | Default |
2727
| :--- | :--- | :--- |
2828
| `Buffer_Size` | Set the buffer size for HTTP client when reading responses from Kubernetes API server. The value must conform to the [unit size](../../administration/configuring-fluent-bit/unit-sizes.md) specification. A value of `0` results in no limit, and the buffer will expand as-needed. If pod specifications exceed the buffer limit, the API response is discarded when retrieving metadata, and some Kubernetes metadata will fail to be injected to the logs. | `32k` |
29-
| `Kube_URL` | API Server end-point | [https://kubernetes.default.svc:443](https://kubernetes.default.svc:443) |
29+
| `Kube_URL` | API Server endpoint | [https://kubernetes.default.svc:443](https://kubernetes.default.svc:443) |
3030
| `Kube_CA_File` | CA certificate file | `/var/run/secrets/kubernetes.io/serviceaccount/ca.crt` |
3131
| `Kube_CA_Path` | Absolute path to scan for certificate files | _none_ |
3232
| `Kube_Token_File` | Token file | `/var/run/secrets/kubernetes.io/serviceaccount/token` |
@@ -304,7 +304,7 @@ parsers:
304304
- name: custom-tag
305305
format: regex
306306
regex: '^(?<namespace_name>[^_]+)\.(?<pod_name>[a-z0-9](?:[-a-z0-9]*[a-z0-9])?(?:\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)\.(?<container_name>.+)\.(?<container_id>[a-z0-9]{64})'
307-
307+
308308
pipeline:
309309
inputs:
310310
- name: tail
@@ -590,4 +590,6 @@ Learn how to solve them to ensure that the Fluent Bit Kubernetes filter is opera
590590

591591
## Credit
592592

593-
The Kubernetes Filter plugin is fully inspired by the [Fluentd Kubernetes Metadata Filter](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter) written by [Jimmi Dyson](https://github.com/jimmidyson).
593+
The Kubernetes Filter plugin is fully inspired by the [Fluentd Kubernetes Metadata
594+
Filter](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter)
595+
written by [Jimmi Dyson](https://github.com/jimmidyson).

pipeline/inputs/windows-exporter-metrics.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In the following configuration file, the input plugin `windows_exporter_metrics`
7777
# Node Exporter Metrics + Prometheus Exporter
7878
# -------------------------------------------
7979
# The following example collect host metrics on Linux and expose
80-
# them through a Prometheus HTTP end-point.
80+
# them through a Prometheus HTTP endpoint.
8181
#
8282
# After starting the service try it with:
8383
#
@@ -86,13 +86,13 @@ In the following configuration file, the input plugin `windows_exporter_metrics`
8686
service:
8787
flush: 1
8888
log_level: info
89-
89+
9090
pipeline:
9191
inputs:
9292
- name: windows_exporter_metrics
9393
tag: node_metrics
9494
scrape_interval: 2
95-
95+
9696
outputs:
9797
- name: prometheus_exporter
9898
match: node_metrics
@@ -106,7 +106,7 @@ pipeline:
106106
# Node Exporter Metrics + Prometheus Exporter
107107
# -------------------------------------------
108108
# The following example collect host metrics on Linux and expose
109-
# them through a Prometheus HTTP end-point.
109+
# them through a Prometheus HTTP endpoint.
110110
#
111111
# After starting the service try it with:
112112
#
@@ -239,4 +239,4 @@ The WMI query will be called with the translated parameter as:
239239

240240
The plugin implements a subset of the available collectors in the original Prometheus Windows Exporter. If you would like a specific collector prioritized, open a GitHub issue by using the following template:
241241

242-
- [`in_windows_exporter_metrics`](https://github.com/fluent/fluent-bit/issues/new?assignees=\&labels=\&template=feature_request.md\&title=in_windows_exporter_metrics:%20add%20ABC%20collector)
242+
- [`in_windows_exporter_metrics`](https://github.com/fluent/fluent-bit/issues/new?assignees=\&labels=\&template=feature_request.md\&title=in_windows_exporter_metrics:%20add%20ABC%20collector)

pipeline/outputs/prometheus-exporter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Prometheus exporter works only with metrics captured from metric plugins. In
3131
# Node Exporter Metrics + Prometheus Exporter
3232
# -------------------------------------------
3333
# The following example collect host metrics on Linux and expose
34-
# them through a Prometheus HTTP end-point.
34+
# them through a Prometheus HTTP endpoint.
3535
#
3636
# After starting the service try it with:
3737
#
@@ -65,7 +65,7 @@ pipeline:
6565
# Node Exporter Metrics + Prometheus Exporter
6666
# -------------------------------------------
6767
# The following example collect host metrics on Linux and expose
68-
# them through a Prometheus HTTP end-point.
68+
# them through a Prometheus HTTP endpoint.
6969
#
7070
# After starting the service try it with:
7171
#

pipeline/outputs/stackdriver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ An upstream connection error means Fluent Bit wasn't able to reach Google servic
267267
[2019/01/07 23:24:09] [error] [oauth2] could not get an upstream connection
268268
```
269269

270-
This is due to a network issue in the environment where Fluent Bit is running. Make sure that the Host, Container or Pod can reach the following Google end-points:
270+
This is due to a network issue in the environment where Fluent Bit is running. Make sure that the Host, Container or Pod can reach the following Google endpoints:
271271

272272
- [https://www.googleapis.com](https://www.googleapis.com)
273273
- [https://logging.googleapis.com](https://logging.googleapis.com)

vale-styles/FluentBit/Endpoint.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
extends: substitution
2-
message: "'%s' is not the preferred term; use 'endpoint' instead."
2+
message: 'Use "%s" instead of "%s".'
33
level: error
44
ignorecase: true
55
swap:
6-
"end point": "endpoint"
7-
end-point: "endpoint"
8-
end-points: "endpoints"
6+
end point: endpoint
7+
end-point: endpoint
8+
end points: endpoints
9+
end-points: endpoints

0 commit comments

Comments
 (0)