Skip to content

Commit

Permalink
docs(metrics): root docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock committed Jan 13, 2025
1 parent ee6991a commit adf95bc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion crates/metrics/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#![doc = include_str!("../README.md")]
//! # scuffle-metrics
//!
//! A wrapper around opentelemetry to provide a more ergonomic interface for creating metrics.
//!
//! ## Status
//!
//! This crate is currently under development and is not yet stable.
//!
//! Unit tests are not yet fully implemented. Use at your own risk.
//!
//! ## License
//!
//! This project is licensed under the [MIT](./LICENSE.MIT) or [Apache-2.0](./LICENSE.Apache-2.0) license.
//! You can choose between one of them if you use this work.
//!
//! `SPDX-License-Identifier: MIT OR Apache-2.0`
#[cfg(feature = "prometheus")]
/// A copy of the opentelemetry-prometheus crate, updated to work with the
Expand Down

0 comments on commit adf95bc

Please sign in to comment.