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:
Tigran Najaryan 2019-10-22 17:30:05 -04:00 committed by Bogdan Drutu
parent 50cbf3eb55
commit 2f5e2f3ce9
1 changed files with 3 additions and 0 deletions

View File

@ -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'