5 instantiations of ExportMetricsPartialSuccess
Aspire.Dashboard (5)
artifacts\obj\Aspire.Dashboard\Debug\net11.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (4)
413PartialSuccess = new global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsPartialSuccess(); 464PartialSuccess = new global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsPartialSuccess(); 482private static readonly pb::MessageParser<ExportMetricsPartialSuccess> _parser = new pb::MessageParser<ExportMetricsPartialSuccess>(() => new ExportMetricsPartialSuccess()); 519return new ExportMetricsPartialSuccess(this);
Otlp\OtlpMetricsService.cs (1)
32PartialSuccess = new ExportMetricsPartialSuccess
13 references to ExportMetricsPartialSuccess
Aspire.Dashboard (13)
artifacts\obj\Aspire.Dashboard\Debug\net11.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (13)
51new pbr::GeneratedClrTypeInfo(typeof(global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsPartialSuccess), global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsPartialSuccess.Parser, new[]{ "RejectedDataPoints", "ErrorMessage" }, null, null, null, null) 299private global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsPartialSuccess partialSuccess_; 319public global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsPartialSuccess PartialSuccess { 477public sealed partial class ExportMetricsPartialSuccess : pb::IMessage<ExportMetricsPartialSuccess> 482private static readonly pb::MessageParser<ExportMetricsPartialSuccess> _parser = new pb::MessageParser<ExportMetricsPartialSuccess>(() => new ExportMetricsPartialSuccess()); 486public static pb::MessageParser<ExportMetricsPartialSuccess> Parser { get { return _parser; } } 510public ExportMetricsPartialSuccess(ExportMetricsPartialSuccess other) : this() { 518public ExportMetricsPartialSuccess Clone() { 564return Equals(other as ExportMetricsPartialSuccess); 569public bool Equals(ExportMetricsPartialSuccess other) { 655public void MergeFrom(ExportMetricsPartialSuccess other) {