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
- You only define new receivers and pipelines in the custom config
132
-
- The processors (`memory_limiter`, `batch`) and exporters (`clickhouse`) are already defined in the base ClickStack configuration - you just reference them by name
133
-
- For production deployments with authentication, store the password in an environment variable and reference it as `${env:REDIS_PASSWORD}`
134
-
- Adjust `collection_interval` based on your monitoring needs (10s is a good default; lower values increase data volume)
140
+
- You only define new receivers, processors, and pipelines in the custom config
141
+
- The `memory_limiter` and `batch` processors and `clickhouse` exporter are already defined in the base ClickStack configuration - you just reference them by name
142
+
- The `resource` processor sets the required `service.name` attribute per OpenTelemetry semantic conventions
143
+
- For production with authentication, store the password in an environment variable: `${env:REDIS_PASSWORD}`
144
+
- Adjust `collection_interval` based on your needs (10s default; lower values increase data volume)
145
+
- For multiple Redis instances, customize `service.name` to distinguish them (e.g., `"redis-cache"`, `"redis-sessions"`)
135
146
:::
136
147
137
148
#### Configure ClickStack to load custom configuration {#load-custom}
@@ -298,14 +309,6 @@ The dashboard will be created with all visualizations pre-configured:
0 commit comments