Skip to content

For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.

InsightsConfig

Page as Markdown

InsightsConfig API reference.

Proto: insights_config.proto

Package: admin.gloo.solo.io

InsightsConfigReport

FieldDescription
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
FieldDescription
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

FieldDescription
common(common.gloo.solo.io.Status)