{{ if or .buildExpose .configExpose .metricsExpose .routesExpose .pprofExpose .statsExpose }}
  Core
{{ if .buildExpose }}   Build {{ end }} {{ if .configExpose }}   Config {{ end }} {{ if .metricsExpose }}   Metrics {{ end }} {{ if .routesExpose }}   Routes {{ end }} {{ if .pprofExpose }}   Pprof    {{ end }} {{ if .statsExpose }}   Stats    {{ end }}
{{ end }} {{ if or .startupExpose .livenessExpose .readinessExpose }}
  Healthcheck
{{ if .startupExpose }}   Startup {{ end }} {{ if .livenessExpose }}   Liveness {{ end }} {{ if .readinessExpose }}   Readiness {{ end }}
{{ end }} {{ if .tasksExpose }}
  Tasks
{{ range $i, $item := .tasksItems }} {{ if $item.IsGroup }}
{{ range $taskName := $item.Tasks }} {{ $settings := index $.tasksTemplateSettings $taskName }}   {{ $taskName }} {{ end }}
{{ else }} {{ $settings := index $.tasksTemplateSettings $item.Name }}   {{ $item.Name }} {{ end }} {{ else }}   n/a {{ end }}
{{ end }} {{ if .modulesExpose }}
  Modules
{{ range $moduleName := .modulesNames }}   {{ $moduleName }} {{ else }}   n/a {{ end }}
{{ end }}
Loading...
  Loading ...
{{ if or .overviewAppEnvExpose .overviewAppDebugExpose .overviewAppVersionExpose }}

  {{ .overviewInfo.AppName }}

{{ if and .overviewAppDescriptionExpose .overviewInfo.AppDescription }} {{ end }} {{ if .overviewAppEnvExpose }} {{ end }} {{ if .overviewAppDebugExpose }} {{ end }} {{ if .overviewAppVersionExpose }} {{ end }}
Description {{ .overviewInfo.AppDescription }}
Env {{ .overviewInfo.AppEnv }}
Debug {{ .overviewInfo.AppDebug }}
Version {{ .overviewInfo.AppVersion }}
{{ end }} {{ if or .overviewLogLevelExpose .overviewLogOutputExpose }}

  Logs

{{ if or .overviewLogLevelExpose }} {{ end }} {{ if or .overviewLogOutputExpose }} {{ end }}
Level {{ .overviewInfo.LogLevel }}
Output {{ .overviewInfo.LogOutput }}
{{ end }} {{ if or .overviewTraceSamplerExpose .overviewTraceProcessorExpose }}

  Traces

{{ if or .overviewTraceSamplerExpose }} {{ end }} {{ if or .overviewTraceProcessorExpose }} {{ end }}
Sampler {{ .overviewInfo.TraceSampler }}
Processor {{ .overviewInfo.TraceProcessor }}
{{ end }} {{ if ne (len .overviewInfo.ExtraInfos ) 0 }}

  Extra information

{{ range $infoName, $infoValue := .overviewInfo.ExtraInfos }} {{ end }}
{{ $infoName }} {{ $infoValue }}
{{ end }}
  Task {% taskName %} execution success

{% taskResultMessage %}

  Task {% taskName %} execution error

{% taskResultMessage %}