metered-rs
Fast, ergonomic metrics for Rust
파일 탐색기
최종 버전 다운로드 (.zip)- config.toml
- ci.yml
- docs.yml
- adding-metrics.md
- core-model.md
- demo.md
- design.md
- exemplars.md
- features.md
- histograms.md
- index.md
- labels-families.md
- metric-tiers.md
- metric-types.md
- metrics-primer.md
- migration.md
- name-shaping.md
- openmetrics.md
- schema-dashboards.md
- SUMMARY.md
- tracing.md
- middleware.rs
- mod.rs
- server.rs
- app.rs
- db.rs
- jobs.rs
- lib.rs
- main.rs
- orders.rs
- payments.rs
- telemetry.rs
- schema.rs
- scrape.rs
- Cargo.toml
- lib.rs
- derives.rs
- housekeep.rs
- metrics_crate_attrs.rs
- registry_view.rs
- Cargo.toml
- histogram_backends.rs
- num_wrapper.txt
- dynamic.rs
- fixed.rs
- mod.rs
- counter.rs
- gauge.rs
- info.rs
- mod.rs
- stateset.rs
- buckets.rs
- mod.rs
- atomic_f64.rs
- bucket_histogram.rs
- gauge_histogram.rs
- histogram.rs
- mod.rs
- family.rs
- interner.rs
- mod.rs
- slices.rs
- handle.rs
- meta.rs
- metric_impls.rs
- metric_tree.rs
- mod.rs
- schema.rs
- shape.rs
- values.rs
- kind.rs
- leaf.rs
- mod.rs
- opaque.rs
- tree.rs
- mod.rs
- view.rs
- adapter.rs
- lib.rs
- query.rs
- sink.rs
- scalar_traits.rs
- static_view_send_sync.rs
- Cargo.toml
- derive.rs
- lib.rs
- metric_attr.rs
- span_metric.rs
- Cargo.toml
- vmrange_quantile_check.rs
- tests.rs
- encoder.rs
- ext.rs
- hyper_1.rs
- lex.rs
- lib.rs
- prom_text.rs
- render.rs
- snapshot.rs
- text.rs
- mount_cycles.rs
- render_trees.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- runtime.rs
- Cargo.toml
- dispatch.rs
- exemplar.rs
- fields.rs
- layer.rs
- lib.rs
- recorder.rs
- span_metric.rs
- recorded_spans_filter.rs
- span_labels_attrs.rs
- tracing_layer.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- counter_gauge.rs
- exponential_histogram.rs
- family_labels.rs
- family_view.rs
- grpc_semconv_profile.rs
- metric_tree_derive.rs
- metric_view_context.rs
- README.md
- tracing_span_metrics.rs
- .gitignore
- book.toml
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- rustfmt-unstable.toml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/magnet/metered-rs
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd metered-rs
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
