endpoint | string | Endpoint URL to send stackdriver data - leave empty to use the StackDriver SDK’s default value (monitoring.googleapis.com). |
projectId | string | GCP Project to attach metrics to. |
pushInterval | google.protobuf.Duration | This adapter batches the data it sends to Stackdriver; we will push to stackdriver every push_interval. If no value is provided we default to once per minute. |
appCredentials | bool (oneof) | Use Google’s Application Default Credentials to authorize calls made by the StackDriver SDK. See Google’s documentation. |
apiKey | string (oneof) | The API Key to be used for auth. |
serviceAccountPath | string (oneof) | The path to a Google service account credential file, relative to the Mixer. E.g. /etc/opt/mixer/gcp-serviceaccount-creds.json or ./testdata/my-test-account-creds.json. |
metricInfo | map<string, Params.MetricInfo> | A map of Istio metric name to Stackdriver metric info. |
logInfo | map<string, Params.LogInfo> | A map of Istio LogEntry name to Stackdriver log info. |