2 instantiations of TracesData
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
102
private static readonly pb::MessageParser<TracesData> _parser = new pb::MessageParser<TracesData>(() => new
TracesData
());
138
return new
TracesData
(this);
11 references to TracesData
Stress.TelemetryService (11)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (11)
72
new pbr::GeneratedClrTypeInfo(typeof(global::OpenTelemetry.Proto.Trace.V1.
TracesData
), global::OpenTelemetry.Proto.Trace.V1.
TracesData
.Parser, new[]{ "ResourceSpans" }, null, null, null, null),
97
public sealed partial class TracesData : pb::IMessage<
TracesData
>
102
private static readonly pb::MessageParser<
TracesData
> _parser = new pb::MessageParser<
TracesData
>(() => new TracesData());
106
public static pb::MessageParser<
TracesData
> Parser { get { return _parser; } }
130
public TracesData(
TracesData
other) : this() {
137
public
TracesData
Clone() {
162
return Equals(other as
TracesData
);
167
public bool Equals(
TracesData
other) {
232
public void MergeFrom(
TracesData
other) {