aravindhsampath / rust-prometheus-workshop

Rust-prometheus workshop for RustCon Asia 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop

P1

A simple Actix-web application.

P2

Provide in-memory KV get / set via HTTP API.

P3

Collect metrics for the application.

P4

Allow Prometheus to collect metrics from the application.

P5

Performance when there are many metrics.

P6

Improve performance by using integer metrics and static metrics.

P7

Improve performance by using thread local metrics.

About

Rust-prometheus workshop for RustCon Asia 2019

License:MIT License


Languages

Language:Rust 100.0%