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
Copy file name to clipboardExpand all lines: doc/09-object-types.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1865,6 +1865,43 @@ Configuration Attributes:
1865
1865
host_template | Dictionary | **Optional.** Specify additional tags to be included with host metrics. This requires a sub-dictionary named `tags`. Also specify a naming prefix by setting `metric`. More information can be found in [OpenTSDB custom tags](14-features.md#opentsdb-custom-tags) and [OpenTSDB Metric Prefix](14-features.md#opentsdb-metric-prefix). More information can be found in [OpenTSDB custom tags](14-features.md#opentsdb-custom-tags). Defaults to an `empty Dictionary`.
1866
1866
service_template | Dictionary | **Optional.** Specify additional tags to be included with service metrics. This requires a sub-dictionary named `tags`. Also specify a naming prefix by setting `metric`. More information can be found in [OpenTSDB custom tags](14-features.md#opentsdb-custom-tags) and [OpenTSDB Metric Prefix](14-features.md#opentsdb-metric-prefix). Defaults to an `empty Dictionary`.
| service\_namespace | String |**Required.** The namespace to associate with emitted metrics used in the `service.namespace` OTel resource attribute. Defaults to `icinga`. |
1894
+
| basic\_auth | Dictionary |**Optional.** Username and password for HTTP basic authentication. |
1895
+
| flush\_interval | Duration |**Optional.** How long to buffer data points before transferring to the OTLP collector. Defaults to `15s`. |
1896
+
| flush\_threshold | Number |**Optional.** How many bytes to buffer before forcing a transfer to the OTLP collector. Defaults to `32MiB`. |
1897
+
| enable\_ha | Boolean |**Optional.** Enable the high availability functionality. Has no effect in non-cluster setups. Defaults to `false`. |
1898
+
| enable\_send\_thresholds | Boolean |**Optional.** Whether to stream warning, critical, minimum & maximum as separate metrics to the OTLP collector. Defaults to `false`. |
1899
+
| diconnect\_timeout | Duration |**Optional.** Timeout to wait for any outstanding data to be flushed to the OTLP collector before disconnecting. Defaults to `10s`. |
1900
+
| enable\_tls | Boolean |**Optional.** Whether to use a TLS stream. Defaults to `false`. |
0 commit comments