Skip to content

Commit

Permalink
Adding v2 schema options (#762)
Browse files Browse the repository at this point in the history
* Adding v2 schema options

Adding commented out section in log collection settings for v2 schema

* adding documentation link
  • Loading branch information
austonli authored May 19, 2022
1 parent 34b05c6 commit 31e320b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/container-azm-ms-agentconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ data:
# When the setting is set to false, only the kube events with !normal event type will be collected
enabled = false
# When this is enabled (enabled = true), all kube events including normal events will be collected
#[log_collection_settings.schema]
# In the absence of this configmap, default value for containerlog_schema_version is "v1"
# Supported values for this setting are "v1","v2"
# See documentation at https://aka.ms/ContainerLogv2 for benefits of v2 schema over v1 schema before opting for "v2" schema
# containerlog_schema_version = "v2"
prometheus-data-collection-settings: |-
# Custom Prometheus metrics data collection settings
Expand Down

0 comments on commit 31e320b

Please sign in to comment.