type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.Metric
26 uses
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
metrics.pb.go#L143: type Metric struct {
metrics.pb.go#L160: func (x *Metric) Reset() {
metrics.pb.go#L161: *x = Metric{}
metrics.pb.go#L169: func (x *Metric) String() string {
metrics.pb.go#L173: func (*Metric) ProtoMessage() {}
metrics.pb.go#L175: func (x *Metric) ProtoReflect() protoreflect.Message {
metrics.pb.go#L188: func (*Metric) Descriptor() ([]byte, []int) {
metrics.pb.go#L192: func (x *Metric) GetMetricDescriptor() *MetricDescriptor {
metrics.pb.go#L199: func (x *Metric) GetTimeseries() []*TimeSeries {
metrics.pb.go#L206: func (x *Metric) GetResource() *v1.Resource {
metrics.pb.go#L1383: (*Metric)(nil), // 1: opencensus.proto.metrics.v1.Metric
metrics.pb.go#L1441: switch v := v.(*Metric); i {
contrib.go.opencensus.io/exporter/stackdriver
metrics_proto.go#L52: func (se *statsExporter) PushMetricsProto(ctx context.Context, node *commonpb.Node, rsc *resourcepb.Resource, metrics []*metricspb.Metric) (int, error) {
metrics_proto.go#L88: func (se *statsExporter) convertSummaryMetrics(summary *metricspb.Metric) []*metricspb.Metric {
metrics_proto.go#L89: var metrics []*metricspb.Metric
metrics_proto.go#L157: metric := &metricspb.Metric{
metrics_proto.go#L171: metric := &metricspb.Metric{
metrics_proto.go#L187: metric := &metricspb.Metric{
metrics_proto.go#L204: func (se *statsExporter) getResource(rsc *resourcepb.Resource, metric *metricspb.Metric, seenRscs map[*resourcepb.Resource]*monitoredrespb.MonitoredResource) *monitoredrespb.MonitoredResource {
metrics_proto.go#L234: func (se *statsExporter) protoMetricToTimeSeries(ctx context.Context, mappedRsc *monitoredrespb.MonitoredResource, metric *metricspb.Metric, mb *metricsBatcher) {
metrics_proto.go#L306: func (se *statsExporter) createMetricDescriptorFromMetricProto(ctx context.Context, metric *metricspb.Metric) error {
metrics_proto.go#L361: func (se *statsExporter) protoToMonitoringMetricDescriptor(metric *metricspb.Metric, additionalLabels map[string]labelValue) (*googlemetricpb.MetricDescriptor, error) {
metrics_proto.go#L541: func protoMetricDescriptorTypeToMetricKind(m *metricspb.Metric) (googlemetricpb.MetricDescriptor_MetricKind, googlemetricpb.MetricDescriptor_ValueType) {
stackdriver.go#L399: func (e *Exporter) ExportMetricsProto(ctx context.Context, node *commonpb.Node, rsc *resourcepb.Resource, metrics []*metricspb.Metric) error {
stackdriver.go#L405: func (e *Exporter) PushMetricsProto(ctx context.Context, node *commonpb.Node, rsc *resourcepb.Resource, metrics []*metricspb.Metric) (int, error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |