Back to Redis

Otel Metric Groups

layouts/shortcodes/otel-metric-groups.html

latest470 B
Original Source

{{- /* Load the JSON data from data/client_obs_metrics.json */ -}} {{- $jsonPath := "data/client_obs_metrics.json" -}} {{- $jsonContent := os.ReadFile $jsonPath -}} {{- $jsonData := unmarshal $jsonContent -}} {{- /* Preserve JSON in

for AI agents and non-JS users */ -}}

{{- $jsonData | jsonify (dict "indent" " ") -}}

{{- /* Set page store flag for conditional JavaScript loading (future use) */ -}}
{{- .Page.Store.Set "hasOtelMetrics" true -}}