On this page
InsightsConfig
InsightsConfig API reference.
Proto: insights_config.proto
Package: admin.gloo.solo.io
InsightsConfigReport
| Field | Description |
|---|---|
report | (common.gloo.solo.io.Report) |
InsightsConfigSpec
InsightsConfig describes the configuration for the Gloo Mesh Insight Engine.
Define either an list of enabled insights or a list of disabled insights,
based on the insight code.
For example, to disable the insight CFG002:
apiVersion: admin.gloo.solo.io/v2alpha1
kind: InsightsConfig
metadata:
name: insights-config
namespace: gloo-mesh
spec:
disabledInsights:
- CFG0002
| Field | Description |
|---|---|
disabledInsights | (repeated string)A list of insight codes, such as CFG0002 that disables insights. If included in this list, insights will not show up in the Gloo Core Dashboard insights list. |
InsightsConfigStatus
| Field | Description |
|---|---|
common | (common.gloo.solo.io.Status) |