Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Fix the additional label comment. (#472)
Browse files Browse the repository at this point in the history
* Fix the additional_label comment.

PiperOrigin-RevId: 332066873
  • Loading branch information
manugarg committed Sep 16, 2020
1 parent fdc2d99 commit 03e7328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions probes/proto/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions probes/proto/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ message ProbeDef {
// value: "{{.zone}}"
// }
// additional_label {
// key: "src_zone"
// value: "target.labels.zone"
// key: "app"
// value: "@target.label.app@"
// }
repeated AdditionalLabel additional_label = 14;

Expand Down

0 comments on commit 03e7328

Please sign in to comment.