Skip to content

Commit

Permalink
OSv2: Add fixes. Increase version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
panizzag committed May 12, 2021
1 parent b1858ae commit d5942e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dashboards/splunk/osv2__production.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<single>
<title>ObjectStore V2 - Production - Current Count</title>
<search>
<query>index=metrics | eventstats max(_time) as maxTimestamp | where _time=maxTimestamp | search businessGroup IN ($bgToken$) | stats values(osv2Metrics.stats.production.requestCount) as total | stats max(total) as "Request count"</query>
<query>index=metrics | eventstats max(_time) as maxTimestamp | where _time=maxTimestamp | search businessGroup IN ($bgToken$) | stats values(osV2Metrics.stats.production.requestCount) as total | stats max(total) as "Request count"</query>
<earliest>$timeToken.earliest$</earliest>
<latest>$timeToken.latest$</latest>
</search>
Expand All @@ -53,9 +53,9 @@
<panel>
<title>ObjectStore V2 - Production - Usage Growth - Timeline</title>
<chart>
<title>ObjectStore V3 - Production - Usage Growth - Timeline</title>
<title>ObjectStore V2 - Production - Usage Growth - Timeline</title>
<search>
<query>index=$platformMetricsIndex$ | search businessGroup IN ($bgToken$) | search osv2Metrics.stats.production.requestCount &gt; 0 | chart values(osv2Metrics.stats.production.requestCount) as "Request count" by _time, businessGroup</query>
<query>index=$platformMetricsIndex$ | search businessGroup IN ($bgToken$) | search osV2Metrics.stats.production.requestCount &gt; 0 | chart values(osV2Metrics.stats.production.requestCount) as "Request count" by _time, businessGroup</query>
<earliest>$timeToken.earliest$</earliest>
<latest>$timeToken.latest$</latest>
</search>
Expand Down
6 changes: 3 additions & 3 deletions dashboards/splunk/osv2__sandbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<single>
<title>ObjectStore V2 - Sandbox - Current Count</title>
<search>
<query>index=metrics | eventstats max(_time) as maxTimestamp | where _time=maxTimestamp | search businessGroup IN ($bgToken$) | stats values(osv2Metrics.stats.sandbox.requestCount) as total | stats max(total) as "Request count"</query>
<query>index=metrics | eventstats max(_time) as maxTimestamp | where _time=maxTimestamp | search businessGroup IN ($bgToken$) | stats values(osV2Metrics.stats.sandbox.requestCount) as total | stats max(total) as "Request count"</query>
<earliest>$timeToken.earliest$</earliest>
<latest>$timeToken.latest$</latest>
</search>
Expand All @@ -53,9 +53,9 @@
<panel>
<title>ObjectStore V2 - Sandbox - Usage Growth - Timeline</title>
<chart>
<title>ObjectStore V3 - Sandbox - Usage Growth - Timeline</title>
<title>ObjectStore V2 - Sandbox - Usage Growth - Timeline</title>
<search>
<query>index=$platformMetricsIndex$ | search businessGroup IN ($bgToken$) | search osv2Metrics.stats.sandbox.requestCount &gt; 0 | chart values(osv2Metrics.stats.sandbox.requestCount) as "Request count" by _time, businessGroup</query>
<query>index=$platformMetricsIndex$ | search businessGroup IN ($bgToken$) | search osV2Metrics.stats.sandbox.requestCount &gt; 0 | chart values(osV2Metrics.stats.sandbox.requestCount) as "Request count" by _time, businessGroup</query>
<earliest>$timeToken.earliest$</earliest>
<latest>$timeToken.latest$</latest>
</search>
Expand Down

0 comments on commit d5942e9

Please sign in to comment.