pyroscope 2.0.0

Pyroscope Profiler Agent for continuous profiling of Rust, Python and Ruby applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// @generated
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct LabelPair {
    /// Label name
    #[prost(string, tag = "1")]
    pub name: ::prost::alloc::string::String,
    /// Label value
    #[prost(string, tag = "2")]
    pub value: ::prost::alloc::string::String,
}