cx_api/generated/
com.coralogixapis.spans2metrics.v2.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// This file is @generated by prost-build.
#[derive(serde::Serialize, serde::Deserialize)]
#[serde(rename_all = "snake_case")]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct SpansQuery {
    /// lucene query
    #[prost(message, optional, tag = "1")]
    pub lucene: ::core::option::Option<::prost::alloc::string::String>,
    /// application name filters
    #[prost(message, repeated, tag = "2")]
    pub applicationname_filters: ::prost::alloc::vec::Vec<
        ::prost::alloc::string::String,
    >,
    /// subsystem name filters
    #[prost(message, repeated, tag = "3")]
    pub subsystemname_filters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
    /// action filters
    #[prost(message, repeated, tag = "4")]
    pub action_filters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
    /// service filters
    #[prost(message, repeated, tag = "5")]
    pub service_filters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}