Skip to content

Commit

Permalink
Fix dashboard to include correct metric
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Oct 16, 2024
1 parent 417333d commit 1dd124a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire/templates/apps/dovetail-analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ Resources:
[ "${kMetricFilterNamespace}", "bigquery_downloads_${AnalyticsBigqueryFunction}", { "label": "BigQuery Download Records", "color": "#1f77b4" } ],
[ "${kMetricFilterNamespace}", "bigquery_impressions_${AnalyticsBigqueryFunction}", { "label": "BigQuery Impression Records", "color": "#ff7f0e" } ],
[ "${kMetricFilterNamespace}", "pingbacks_other_${AnalyticsPingbacksFunction}", { "label": "Pingbacks", "color": "#d62728" } ]
[ "${kMetricFilterNamespace}", "frequency_${AnalyticsFrequencyFunction}", { "label": "Frequency", "color": "#ff9896" } ]
[ "${kMetricFilterNamespace}", "frequency_inserts_${AnalyticsFrequencyFunction}", { "label": "Frequency", "color": "#ff9896" } ]
],
"view": "timeSeries",
"stacked": false,
Expand Down

0 comments on commit 1dd124a

Please sign in to comment.