1
2
3
4
5
6
7
8
9
//! # OpenTelemetry Semantic Conventions
//!
//! OpenTelemetry semantic conventions are agreed standardized naming patterns
//! for OpenTelemetry things. This crate aims to be the centralized place to
//! interact with these conventions.
#![deny(missing_docs, unreachable_pub, missing_debug_implementations)]

pub mod resource;
pub mod trace;