/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
pubmod opentelemetry { // Third party code is included here, and we want its warnings to be // ignored similarly to other third party code. #[allow(warnings)] pubmod proto { pubmod common { pubmod v1 {
include_proto!("opentelemetry.proto.common.v1.rs");
}
} pubmod trace { pubmod v1 {
include_proto!("opentelemetry.proto.trace.v1.rs");
}
} pubmod resource { pubmod v1 {
include_proto!("opentelemetry.proto.resource.v1.rs");
}
} pubmod collector { pubmod trace { pubmod v1 {
include_proto!("opentelemetry.proto.collector.trace.v1.rs");
}
}
}
}
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.