You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While [FIPS 140][fips] doesn't, strictly speaking, mandate a specific TLS version, it is nonetheless a good practice to use a recent version. Otelcol allows TLS to be configured for each component individually, in a standardized manner. You can find the details [here](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
178
+
While [FIPS 140][fips] doesn't, strictly speaking, mandate a specific TLS version, it is nonetheless a good practice to use a recent version. Otelcol allows TLS to be configured for each component individually, in a standardized manner. You can find the details in the [readme](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md).
179
179
180
180
By default, the minimum TLS version for otel components is `1.2`. This is a good default that is compliant with the standard. At the moment, there is some uncertainty as to
181
181
whether BoringCrypto is FIPS-compliant when using TLS `1.3`, so we recommend staying with the default.
Copy file name to clipboardExpand all lines: docs/migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1514,7 +1514,7 @@ The table below shows how some metrics commonly used by the Installed Collector
1514
1514
| | | |
1515
1515
| current | _not available_ | |
1516
1516
1517
-
Full list of metrics available in this receiver can be found [here][dockerstatsmetrics].
1517
+
Full list of metrics available in this receiver can be found in the [documentation][dockerstatsmetrics].
1518
1518
1519
1519
Unfortunately, Sumo Logic apps don't work with these metric names yet. To convieniently translate them, use [Sumo Logic Schema Processor][sumologicschemaprocessor]:
Starting with `v0.51.0-sumo-0`, the `clusterName` option is removed.
859
-
This is a result of an upstream change that removes the `k8s.cluster.name` metadata ([link](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/9885)),
860
-
which in turn is a result of Kubernetes libraries removing support for this deprecated and non-functional field ([link](https://github.com/kubernetes/apimachinery/commit/430b920312ca0fa10eca95967764ff08f34083a3)).
859
+
This is a result of an upstream change that removes the `k8s.cluster.name` metadata ([PR](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/9885)),
860
+
which in turn is a result of Kubernetes libraries removing support for this deprecated and non-functional field ([commit](https://github.com/kubernetes/apimachinery/commit/430b920312ca0fa10eca95967764ff08f34083a3)).
@@ -34,7 +34,7 @@ and can be used as an authenticator for the
34
34
35
35
-`installation_token`: (required) collector installation token for the Sumo Logic service, see
36
36
[help][credentials_help] for more details
37
-
-`collector_name`: name that will be used for registration; by default the hostname is used. In the event of a conflict, a timestamp will be appended to the name. See [here][clobber] for more information.
37
+
-`collector_name`: name that will be used for registration; by default the hostname is used. In the event of a conflict, a timestamp will be appended to the name. See [documentation][clobber] for more information.
38
38
-`collector_description`: collector description that will be used for registration
39
39
-`collector_category`: collector category that will be used for registration
40
40
-`collector_fields`: a map of key value pairs that will be used as collector
@@ -52,7 +52,7 @@ and can be used as an authenticator for the
52
52
-`collector_credentials_directory`: directory where state files with registration
53
53
info will be stored after successful collector registration
54
54
(default: `$HOME/.sumologic-otel-collector`)
55
-
-`clobber`: defines whether to delete any existing collector with the same name. See [here][clobber] for more information.
55
+
-`clobber`: defines whether to delete any existing collector with the same name. See [documentation][clobber] for more information.
56
56
-`force_registration`: defines whether to force registration every time the
57
57
collector starts.
58
58
This will cause the collector to not look at the locally stored credentials
0 commit comments