Skip to content

Commit

Permalink
fix(docs): Metric namespace should be optional
Browse files Browse the repository at this point in the history
Closes: #21430

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Oct 7, 2024
1 parent 3a5947e commit 0a01b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/cue/reference/data_model/schema.cue
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ data_model: schema: {

"namespace": {
description: "The metric namespace. Depending on the service, this will prepend the name or use native namespacing facilities."
required: true
required: false
type: string: {
examples: ["host", "apache", "nginx"]
}
Expand Down

0 comments on commit 0a01b28

Please sign in to comment.