Add semantic conventions for Resource labels (#303)
* Add semantic conventions for Resource labels This document previously contained semantic conventions for Spans but was missing conventions for Resources. I copied Resource conventions from OpenCensus project [1] and also added Service conventions which were a TODO in OpenCensus conventions. [1] - https://github.com/census-instrumentation/opencensus-specs/blob/master/resource/StandardResources.md * Add namespace field and fix linting issues * Split Resource conventions into a separate document * Clarify `service.id` label and Required column meaning * Add further clarifications * Fix build * Relax service.id requirements * Add clarification that labels can be used generally to describe a resource * Remove requirement for global uniqueness of service.id
This commit is contained in:
parent
50cbf3eb55
commit
2f5e2f3ce9
|
|
@ -17,3 +17,6 @@ exclude_rule 'MD033'
|
|||
|
||||
# Fenced code blocks should have a language specified
|
||||
exclude_rule 'MD040'
|
||||
|
||||
# Allow multiple top level headers in the same document
|
||||
exclude_rule 'MD025'
|
||||
|
|
|
|||
Loading…
Reference in New Issue