Skip to content

Commit

Permalink
docs: Fix schema.log_namespace and telemetry.tags documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergilbert committed Jul 13, 2023
1 parent 7f45949 commit f5e4fbb
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions website/cue/reference/configuration.cue
Original file line number Diff line number Diff line change
Expand Up @@ -251,16 +251,28 @@ configuration: {
}
}
}
log_namespacing: {
common: false
schema: {
common: false
description: """
Globally enables / disables log namespacing. See [Log Namespacing](\(urls.log_namespacing_blog))
for more details. If you want to enable individual sources, there is a config
option in the source configuration.
Configures options for how Vector handles schema.
"""
required: false
warnings: []
type: bool: default: false
required: false
type: object: {
examples: []
options: {
log_namespacing: {
common: false
description: """
Globally enables / disables log namespacing. See [Log Namespacing](\(urls.log_namespacing_blog))
for more details. If you want to enable individual sources, there is a config
option in the source configuration.
"""
required: false
warnings: []
type: bool: default: false
}
}
}
}

telemetry: {
Expand All @@ -277,7 +289,7 @@ configuration: {
description: """
Controls which tags should be included with the `vector_component_sent_events_total` and
`vector_component_sent_event_bytes_total` metrics.
"""
"""
type: object: {
examples: []
options: {
Expand Down

0 comments on commit f5e4fbb

Please sign in to comment.