mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
33 lines
1.3 KiB
Go
33 lines
1.3 KiB
Go
|
// Copyright 2019, OpenTelemetry Authors
|
||
|
//
|
||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
// you may not use this file except in compliance with the License.
|
||
|
// You may obtain a copy of the License at
|
||
|
//
|
||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||
|
//
|
||
|
// Unless required by applicable law or agreed to in writing, software
|
||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
// See the License for the specific language governing permissions and
|
||
|
// limitations under the License.
|
||
|
|
||
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||
|
// versions:
|
||
|
// protoc-gen-go v1.28.1
|
||
|
// protoc v3.21.12
|
||
|
// source: lib/protoparser/opentelemetry/proto/metrics_service.proto
|
||
|
|
||
|
package pb
|
||
|
|
||
|
type ExportMetricsServiceRequest struct {
|
||
|
unknownFields []byte
|
||
|
|
||
|
// An array of ResourceMetrics.
|
||
|
// For data coming from a single resource this array will typically contain one
|
||
|
// element. Intermediary nodes (such as OpenTelemetry Collector) that receive
|
||
|
// data from multiple origins typically batch the data before forwarding further and
|
||
|
// in that case this array will contain multiple elements.
|
||
|
ResourceMetrics []*ResourceMetrics `protobuf:"bytes,1,rep,name=resource_metrics,json=resourceMetrics,proto3" json:"resource_metrics,omitempty"`
|
||
|
}
|