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: docs/integrations/sumo-apps/index.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ You may upgrade your account at any time. In these instances, an admin can reque
24
24
25
25
Once a request has been submitted, a support ticket is automatically opened. A representative from Sumo Logic will respond to your request as soon as possible, generally between one and two business days. Depending on the app that's been requested, Sumo Logic may need additional information, or may need to work with your organization to change the account type to enable some apps.
26
26
27
+
## Guides
28
+
27
29
<divclassName="box-wrapper" >
28
30
<divclassName="box smallbox card">
29
31
<divclassName="container">
@@ -79,6 +81,12 @@ Once a request has been submitted, a support ticket is automatically opened. A r
79
81
<p>A guide to the Sumo Logic Log Analysis QuickStart app.</p>
import LogsIntro from '../../../reuse/apps/opentelemetry/send-logs-intro.md';
120
+
import LogsIntro from '../../reuse/apps/opentelemetry/send-logs-intro.md';
121
121
122
122
<LogsIntro/>
123
123
@@ -166,30 +166,30 @@ import LogsIntro from '../../../reuse/apps/opentelemetry/send-logs-intro.md';
166
166
</TabItem>
167
167
<TabItem value="Chef">
168
168
169
-
import ChefEnv from '../../../reuse/apps/opentelemetry/chef-with-env.md';
169
+
import ChefEnv from '../../reuse/apps/opentelemetry/chef-with-env.md';
170
170
171
171
<ChefEnv/>
172
172
173
173
</TabItem>
174
174
175
175
<TabItem value="Ansible">
176
176
177
-
import AnsEnv from '../../../reuse/apps/opentelemetry/ansible-with-env.md';
177
+
import AnsEnv from '../../reuse/apps/opentelemetry/ansible-with-env.md';
178
178
179
179
<AnsEnv/>
180
180
181
181
</TabItem>
182
182
183
183
<TabItem value="Puppet">
184
184
185
-
import PuppetEnv from '../../../reuse/apps/opentelemetry/puppet-with-env.md';
185
+
import PuppetEnv from '../../reuse/apps/opentelemetry/puppet-with-env.md';
186
186
187
187
<PuppetEnv/>
188
188
189
189
</TabItem>
190
190
</Tabs>
191
191
192
-
import LogsOutro from '../../../reuse/apps/opentelemetry/send-logs-outro.md';
192
+
import LogsOutro from '../../reuse/apps/opentelemetry/send-logs-outro.md';
193
193
194
194
<LogsOutro/>
195
195
@@ -408,7 +408,7 @@ Configure different log levels for troubleshooting:
408
408
409
409
## Create monitors for OpenTelemetry Collector Insights app
410
410
411
-
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
411
+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
412
412
413
413
<CreateMonitors/>
414
414
@@ -419,4 +419,4 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
419
419
| `OpenTelemetry Collector Insights - Collector Instance is Down` | This alert fires when a Collector instance stops sending telemetry for more than 10 minutes, indicating it is down or has a connectivity issue. | Missing Data | Data Found |
420
420
| `OpenTelemetry Collector Insights - Exporter Queue Nearing Capacity` | This alert fires when an exporter's sending queue is over 90% full. This is a strong leading indicator of back pressure and imminent data loss. | Count > = 90 | Count < 90 |
421
421
| `OpenTelemetry Collector Insights - High Memory Usage (RSS)` | This alert fires when a Collector's memory usage (RSS) exceeds 2GB. This could be an early indicator of a memory leak or an under-provisioned host. | Count > 2000000000 | Count < = 2000000000 |
422
-
| `OpenTelemetry Collector Insights - High Metadata Cardinality` | This alert fires when the batch processor is handling more than 1000 unique combinations of metadata. This is a known cause of performance degradation, high CPU, and high memory usage. | Count > 1000 | Count < = 1000 |
422
+
| `OpenTelemetry Collector Insights - High Metadata Cardinality` | This alert fires when the batch processor is handling more than 1000 unique combinations of metadata. This is a known cause of performance degradation, high CPU, and high memory usage. | Count > 1000 | Count < = 1000 |
0 commit comments