January 2019
Intermediate to advanced
484 pages
11h 48m
English
A handler adapter declares the way the Mixer should interact with handlers. For the previous logentry, we can have a handler definition that looks as follows:
apiVersion: config.istio.io/v1alpha2kind: handlermetadata: name: fluentd namespace: istio-systemspec: compiledAdapter: fluentd params: address: fluentd-aggegater-svc.logging:24224
From this code snippet, Mixer knows a destination that can receive the logentry. The capabilities of every type of adapter differ significantly. For example, the fluentd adapter can only accept the logentry template, and Prometheus is only able to deal with the metric template, while the Stackdriver can take metric, logentry, and tracespan templates. All supported adapters are listed here: ...
Read now
Unlock full access