Service Control
The servicecontrol
adapter delivers logs and metrics to
Google Service Control.
This adapter supports the servicecontrolreport template, the quota template, and the apikey template.
GcpServiceSetting
Adapter setting for a managed GCP service.
Params
Configuration format for the servicecontrol
adapter.
Sample adapter config:
apiVersion: "config.istio.io/v1alpha2"
kind: servicecontrol
metadata:
name: testhandler
namespace: istio-system
spec:
runtime_config:
check_cache_size: 200
check_result_expiration: 60s
credential_path: "/path/to/token.json"
service_configs:
- mesh_service_name: "echo.local.svc"
google_service_name: "echo.endpoints.cloud.goog"
quotas:
- name: ratelimit.quota.istio-system
google_quota_metric_name: read-requests
expiration: 1m
Quota
RuntimeConfig
Adapter runtime config paramters.