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
[here](https://github.com/grpc/grpc/blob/master/doc/naming.md). When sending to
75
+
another Collector you will typically use `<hostname>:4320` as the endpoint, since
76
+
port 4320 is the default port used by STEF receiver.
26
77
If a scheme of `https` is used then client transport security is enabled and overrides the `insecure` setting.
27
78
-`tls`: see [TLS Configuration Settings](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md)
28
79
for the full set of available options.
@@ -43,7 +94,7 @@ exporters:
43
94
```
44
95
45
96
By default, no compression is enabled. The only supported compression method is zstd.
46
-
To enable, configure as follows:
97
+
To enable compression, configure as follows:
47
98
48
99
```yaml
49
100
exporters:
@@ -52,15 +103,15 @@ exporters:
52
103
compression: zstd
53
104
```
54
105
55
-
## Advanced Configuration
106
+
## Advanced Settings
56
107
57
-
Several helper files are leveraged to provide additional capabilities automatically:
108
+
STEF exporter supports the following advanced settings:
0 commit comments