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
EJABBERD_DOMAIN - the IP/domain of the continuum node. used for spade agent login to xmpp (xmpp server ip), and from the cluster otel to send telemetry
94
-
MLS_OTEL_HIGHER_EXPORT - ON (default) /OFF to indidcate if telemetry export to cluster/continuum OTEL is enabled. Used in cluster/node agents.
95
-
MLS_OTEL_CLUSTER_PORT - the port used that cluster otel collector listend (gRPC - default 43170)
96
-
MLS_OTEL_CONTINUUM_PORT - the continuum otel collector GRPC port. must be set to cluster agent pod
97
-
MLS_OTEL_PROMETHEUS_LISTEN_IP/MLS_OTEL_PROMETHEUS_LISTEN_PORT - the otel collector prometheus exporting ip/port, for every layer. for local fetch
98
-
MLS_OTEL_CONTINUUM_EXPORT_IP/MLS_OTEL_CONTINUUM_EXPORT_PORT - used in continuum agent env pod. if we want to use another OTEL collector receiving the telemetry stream
99
-
MLS_OTEL_MIMIR_EXPORT_ENDPOINT - used to indicate if the otel collector should export metrics to a mimir instance
100
-
MLS_OTEL_LOKI_EXPORT_ENDPOINT - used to indicate if the otel collector should export logs to a loki instance
101
-
MLS_OTEL_TEMPO_EXPORT_ENDPOINT - used to indicate if the otel collector should export traces to a tempo instance
102
-
MLS_OTEL_NODE_EXPORTER_FLAGS - used to setup the --collect.* flags of node exporter. It always uses --collector.disable-defaults, appending this env variable.
103
-
Default only --collector.os. Use the collector names, separated by comma (e.g. cpu, os, netdev)
| EJABBERD_DOMAIN | IP/domain | The IP/domain of the continuum node used for spade agent login to xmpp (xmpp server ip), and from the cluster otel to send telemetry |
96
+
| MLS_OTEL_HIGHER_EXPORT | ON (default)/OFF | Indicates if telemetry export to cluster/continuum OTEL is enabled. Used in cluster/node agents. |
97
+
| MLS_OTEL_CLUSTER_PORT | Port number (default 43170) | The port used that cluster otel collector listens (gRPC) |
98
+
| MLS_OTEL_CONTINUUM_PORT | Port number | The continuum otel collector GRPC port. Must be set to cluster agent pod |
99
+
| MLS_OTEL_PROMETHEUS_LISTEN_IP/PORT | IP:PORT| The otel collector prometheus exporting ip/port, for every layer. For local fetch |
100
+
| MLS_OTEL_CONTINUUM_EXPORT_IP/PORT | IP:PORT| Used in continuum agent env pod if we want to use another OTEL collector receiving the telemetry stream |
101
+
| MLS_OTEL_MIMIR_EXPORT_ENDPOINT | URL | Used to indicate if the otel collector should export metrics to a mimir instance|
102
+
| MLS_OTEL_LOKI_EXPORT_ENDPOINT | URL | Used to indicate if the otel collector should export logs to a loki instance |
103
+
| MLS_OTEL_TEMPO_EXPORT_ENDPOINT | URL | Used to indicate if the otel collector should export traces to a tempo instance |
104
+
| MLS_OTEL_NODE_EXPORTER_FLAGS | Comma-separated list (e.g. cpu,os,netdev) | Used to setup the --collect.* flags of node exporter. Always uses --collector.disable-defaults. Default: --collector.os |
105
+
| LOCAL_OTEL_ENDPOINT | IP | The local IP |
106
106
107
107
### ML Connect
108
108
Use environmental variable MLS_MLCONNECTOR_ENDPOINT to provide the REST API URL:IP of the service. If none is provided, the object in
0 commit comments