Skip to content

Commit

Permalink
link: config.go
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 10, 2025
1 parent 0180aa3 commit a0c9de0
Show file tree
Hide file tree
Showing 44 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion receiver/activedirectorydsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ receivers:
active_directory.ds.replication.network.io: false
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
2 changes: 1 addition & 1 deletion receiver/apachereceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ receivers:
endpoint: "http://localhost:8080/server-status?auto"
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
2 changes: 1 addition & 1 deletion receiver/apachesparkreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ receivers:
- PythonLR
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
2 changes: 1 addition & 1 deletion receiver/bigipreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ receivers:
insecure_skip_verify: true
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
## Metrics
Expand Down
4 changes: 2 additions & 2 deletions receiver/carbonreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ receivers:
name_separator: "_"
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
4 changes: 2 additions & 2 deletions receiver/cloudfoundryreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ receivers:
password: "changeit"
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Telemetry common Attributes
Expand Down
4 changes: 2 additions & 2 deletions receiver/collectdreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ receivers:
timeout: "50s"
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
2 changes: 1 addition & 1 deletion receiver/couchdbreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ receivers:
collection_interval: 60s
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
## Metrics
Expand Down
4 changes: 2 additions & 2 deletions receiver/dockerstatsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ receivers:
enabled: false
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Deprecations
Expand Down
2 changes: 1 addition & 1 deletion receiver/elasticsearchreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ receivers:
collection_interval: 10s
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
2 changes: 1 addition & 1 deletion receiver/flinkmetricsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ receivers:
collection_interval: 10s
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
## Metrics
Expand Down
2 changes: 1 addition & 1 deletion receiver/huaweicloudcesreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ receivers:
no_verify_ssl: True
```
The full list of settings exposed for this receiver are documented [here](./config.go).
The full list of settings exposed for this receiver are documented in [config.go](./config.go).
### Huawei Cloud SDK Authentication Setup
Expand Down
2 changes: 1 addition & 1 deletion receiver/iisreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Example:

```

The full list of settings exposed for this receiver are documented [here](./config.go).
The full list of settings exposed for this receiver are documented in [config.go](./config.go).

## Metrics

Expand Down
4 changes: 2 additions & 2 deletions receiver/k8sclusterreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Example:
enabled: false
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
### node_conditions_to_report
Expand Down
4 changes: 2 additions & 2 deletions receiver/k8seventsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Examples:
namespaces: [default, my_namespace]
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Example
Expand Down
4 changes: 2 additions & 2 deletions receiver/k8sobjectsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ For example, `events` resource is available in both `v1` and `events.k8s.io/v1`
this case, it will select `v1` by default.


The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).

Follow the below sections to setup various Kubernetes resources required for the deployment.

Expand Down
4 changes: 2 additions & 2 deletions receiver/kubeletstatsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ The following parameters can also be specified:
- `collection_interval` (default = `10s`): The interval at which to collect data.
- `insecure_skip_verify` (default = `false`): Whether or not to skip certificate verification.

The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).

### Role-based access control

Expand Down
4 changes: 2 additions & 2 deletions receiver/memcachedreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ receivers:
collection_interval: 10s
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
2 changes: 1 addition & 1 deletion receiver/mongodbreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ receivers:
insecure_skip_verify: true
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
2 changes: 1 addition & 1 deletion receiver/mysqlreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ receivers:
limit: 250
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
4 changes: 2 additions & 2 deletions receiver/nginxreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ receivers:
collection_interval: 10s
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
2 changes: 1 addition & 1 deletion receiver/nsxtreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ service:
exporters: [file]
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
2 changes: 1 addition & 1 deletion receiver/ntpreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ receivers:
initial_delay: 5m
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./internal/metadata/testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./internal/metadata/testdata/config.yaml).
## Metrics
Expand Down
4 changes: 2 additions & 2 deletions receiver/podmanreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ receivers:
enabled: false
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
### Connecting over SSH
Expand Down
2 changes: 1 addition & 1 deletion receiver/postgresqlreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ receivers:
key_file: /home/otel/mypostgreskey.key
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
## Connection pool feature
Expand Down
4 changes: 2 additions & 2 deletions receiver/purefareceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ service:
receivers: [purefa/array01,purefa/array02]
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
4 changes: 2 additions & 2 deletions receiver/purefbreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ receivers:

```

The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).

2 changes: 1 addition & 1 deletion receiver/rabbitmqreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ receivers:
collection_interval: 10s
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
## Metrics
Expand Down
4 changes: 2 additions & 2 deletions receiver/receivercreator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ service:
extensions: [k8s_observer, host_observer]
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Generate receiver configurations from provided Hints
Expand Down
4 changes: 2 additions & 2 deletions receiver/redisreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ receivers:
password: ${env:REDIS_PASSWORD}
```

The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).

4 changes: 2 additions & 2 deletions receiver/saphanareceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ receivers:
enabled: false
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
4 changes: 2 additions & 2 deletions receiver/sapmreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ receivers:
key_file: /test.key
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
4 changes: 2 additions & 2 deletions receiver/signalfxreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ receivers:
key_file: /test.key
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
> :warning: When enabling the SignalFx receiver or exporter, configure both the `metrics` and `logs` pipelines.

Expand Down
4 changes: 2 additions & 2 deletions receiver/simpleprometheusreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ Example:
exporters: [signalfx]
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
2 changes: 1 addition & 1 deletion receiver/snmpreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ receivers:

```

The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).

2 changes: 1 addition & 1 deletion receiver/snowflakereceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ receivers:
enabled: false
```
The full list of settings exposed for this receiver are documented [here](./config.go) with a detailed sample configuration [here](./testdata/config.yaml)
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with a detailed sample configuration in [testdata/config.yaml](./testdata/config.yaml)
2 changes: 1 addition & 1 deletion receiver/splunkenterprisereceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ service:
exporters: [debug]
```
For a full list of settings exposed by this receiver please look [here](./config.go) with a detailed configuration [here](./testdata/config.yaml).
For a full list of settings exposed by this receiver please look in [config.go](./config.go) with a detailed configuration in [testdata/config.yaml](./testdata/config.yaml).
4 changes: 2 additions & 2 deletions receiver/splunkhecreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ receivers:
extension: ack/in_memory
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
[configtls]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls
2 changes: 1 addition & 1 deletion receiver/sqlserverreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Example with named instance:
enabled: true
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
2 changes: 1 addition & 1 deletion receiver/sshcheckreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ receivers:
collection_interval: 60s
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Metrics
Expand Down
4 changes: 2 additions & 2 deletions receiver/statsdreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ receivers:
percentiles: [0, 10, 50, 90, 95, 100]
```
The full list of settings exposed for this receiver are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
## Aggregation
Expand Down
2 changes: 1 addition & 1 deletion receiver/vcenterreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ receivers:
metrics: []
```
The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
The full list of settings exposed for this receiver are documented in [config.go](./config.go) with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml). TLS config is documented further under the [opentelemetry collector's configtls package](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
## Metrics
Expand Down
Loading

0 comments on commit a0c9de0

Please sign in to comment.