Merge pull request #3055 from G-Harmon/patch-2

Fix typo in instrumentation.md: "into" -> "in"
This commit is contained in:
Kubernetes Prow Robot 2018-12-28 22:33:14 -08:00 committed by GitHub
commit 21e501f00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ constantly create new ones, with new names. However, they have
a reasonable upper bound for a given size of infrastructure they refer to and
its typical frequency of changes.
In general, “external” labels like pod or node name do not belong into the
In general, “external” labels like pod or node name do not belong in the
instrumentation itself. They are to be attached to metrics by the collecting
system that has the external knowledge ([blog post](https://www.robustperception.io/target-labels-are-for-life-not-just-for-christmas/)).