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