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