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.metrics.v1.MetricsService.Export
8   post: /v1/metrics
9   body: "*"
10