/ student-intifada / node_modules / @opentelemetry / semantic-conventions /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]build/a year ago -  
[   ]LICENSEa year ago 11K 
[TXT]README.mda year ago1.5K595aea1 more query options + view options [كارل مبارك]
[   ]package.jsona year ago2.3Kafd0ccc remove unused [كارل مبارك]
README.md

OpenTelemetry Semantic Conventions

NPM Published Version Apache License

Semantic Convention constants for use with the OpenTelemetry SDK/APIs. This document defines standard attributes for traces.

Installation

npm install --save @opentelemetry/semantic-conventions

Usage

import { SemanticAttributes } from '@opentelemetry/semantic-conventions';

const span = tracer.startSpan().startSpan(spanName, spanOptions)
  .setAttributes({
    [SemanticAttributes.NET_PEER_NAME]: 'localhost',
  });

License

Apache 2.0 - See LICENSE for more information.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80