![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | build/ | a year ago | - | |
![]() | LICENSE | a year ago | 11K | |
![]() | README.md | a year ago | 1.5K | 595aea1 more query options + view options [كارل مبارك] |
![]() | package.json | a year ago | 2.3K | afd0ccc remove unused [كارل مبارك] |
Semantic Convention constants for use with the OpenTelemetry SDK/APIs. This document defines standard attributes for traces.
npm install --save @opentelemetry/semantic-conventions
import { SemanticAttributes } from '@opentelemetry/semantic-conventions';
const span = tracer.startSpan().startSpan(spanName, spanOptions)
.setAttributes({
[SemanticAttributes.NET_PEER_NAME]: 'localhost',
});
Apache 2.0 - See LICENSE for more information.