mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-03 13:11:53 +02:00
Add standard package contain all semantic conventions
This commit is contained in:
parent
55bbf51459
commit
1d554f34c1
@ -12,10 +12,10 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// Package resourcekey contains standard resource attribute keys as defined
|
||||
// Package standard contains standard resource attribute keys as defined
|
||||
// by the OpenTelemetry specification
|
||||
// (https://github.com/open-telemetry/opentelemetry-specification/tree/v0.4.0/specification/resource/semantic_conventions).
|
||||
package resourcekey // import "go.opentelemetry.io/otel/sdk/resource/resourcekey"
|
||||
package standard // import "go.opentelemetry.io/otel/api/standard"
|
||||
|
||||
import "go.opentelemetry.io/otel/api/kv"
|
||||
|
Loading…
x
Reference in New Issue
Block a user