Skip to content

Commit

Permalink
fix ObservabilityTracings typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyingjie committed Mar 20, 2021
1 parent fe529e3 commit 8c5ed90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/object/meshcontroller/spec/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type (
// ObservabilityTracings is the tracings of observability.
ObservabilityTracings struct {
Topic string `yaml:"topic" jsonschema:"required"`
SampledByQPS int `yaml:"sampledByQPS" jsonschema:"required"`
SampleByQPS int `yaml:"sampleByQPS" jsonschema:"required"`
Request ObservabilityTracingsDetail `yaml:"request" jsonschema:"required"`
RemoteInvoke ObservabilityTracingsDetail `yaml:"remoteInvoke" jsonschema:"required"`
Kafka ObservabilityTracingsDetail `yaml:"kafka" jsonschema:"required"`
Expand Down

0 comments on commit 8c5ed90

Please sign in to comment.