Add instrumentation list

This commit is contained in:
Stefan Prodan
2018-08-15 11:14:59 +03:00
parent 7d9e3afde7
commit 81b22f08f8

View File

@@ -79,22 +79,22 @@
<v-flex xs12 md4>
<v-card class="elevation-0 transparent">
<v-card-text class="text-xs-center">
<v-icon x-large class="blue--text text--lighten-2">flash_on</v-icon>
<v-icon x-large class="blue--text text--lighten-2">graphic_eq</v-icon>
</v-card-text>
<v-card-title primary-title class="layout justify-center">
<div class="headline">Fast development</div>
<div class="headline">Observability</div>
</v-card-title>
<v-card-text>
Dependency management with golang/dep.
Structured logging with zerolog.
Error handling with pkg/errors.
Instrumentation with Prometheus (RED method).
Structured logging with zerolog and Fluentd.
Tracing with Jaeger and Istio.
</v-card-text>
</v-card>
</v-flex>
<v-flex xs12 md4>
<v-card class="elevation-0 transparent">
<v-card-text class="text-xs-center">
<v-icon x-large class="blue--text text--lighten-2">build</v-icon>
<v-icon x-large class="blue--text text--lighten-2">flash_on</v-icon>
</v-card-text>
<v-card-title primary-title class="layout justify-center">
<div class="headline text-xs-center">Release automation</div>