data-plane-api 0.1.1

Envoy xDS protobuf and gRPC definitions
Documentation
1
2
3
4
5
6
7
8
9
# This is an API configuration to generate an HTTP/JSON -> gRPC gateway for the
# OpenCensus service using github.com/grpc-ecosystem/grpc-gateway.
type: google.api.Service
config_version: 3
http:
 rules:
 - selector: opencensus.proto.agent.metrics.v1.MetricsService.Export
   post: /v1/metrics
   body: "*"