Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
www-gitlab-com
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2,148
Issues
2,148
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1,255
Merge Requests
1,255
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab.com
www-gitlab-com
Commits
22a6762b
Commit
22a6762b
authored
Nov 16, 2020
by
Mathieu Peychet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add tertiary chart
parent
4e586ea7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
0 deletions
+31
-0
data/performance_indicators/dev_section.yml
data/performance_indicators/dev_section.yml
+4
-0
data/performance_indicators/ops_section.yml
data/performance_indicators/ops_section.yml
+4
-0
data/performance_indicators/sec_section.yml
data/performance_indicators/sec_section.yml
+4
-0
source/includes/_performance_indicator.erb
source/includes/_performance_indicator.erb
+19
-0
No files found.
data/performance_indicators/dev_section.yml
View file @
22a6762b
...
...
@@ -43,6 +43,10 @@
chart
:
10138877
dashboard
:
758607
embed
:
v2
sisense_data_tertiary
:
chart
:
9992267
dashboard
:
758607
embed
:
v2
-
name
:
Manage, Manage:Optimize - SMAU, GMAU - MAU Viewing Analytics Features
base_path
:
"
/handbook/product/performance-indicators/"
...
...
data/performance_indicators/ops_section.yml
View file @
22a6762b
...
...
@@ -19,6 +19,10 @@
chart
:
10138940
dashboard
:
758607
embed
:
v2
sisense_data_tertiary
:
chart
:
10224262
dashboard
:
758607
embed
:
v2
health
:
level
:
3
reasons
:
...
...
data/performance_indicators/sec_section.yml
View file @
22a6762b
...
...
@@ -31,6 +31,10 @@
chart
:
9984584
dashboard
:
758607
embed
:
v2
sisense_data_tertiary
:
chart
:
10224291
dashboard
:
758607
embed
:
v2
-
name
:
Secure:Static Analysis - GMAU - Users running Static Analysis jobs
base_path
:
"
/handbook/product/sec-section-performance-indicators/"
definition
:
The highest of the number of unique users who have run SAST or Secret Detection jobs.
...
...
source/includes/_performance_indicator.erb
View file @
22a6762b
...
...
@@ -74,6 +74,25 @@
<%=
" *
#{
reason
}
"
%>
<%
end
%>
<%
if
performance_indicator
.
sisense_data_tertiary
%>
<b>
Tertiary Chart
</b>
<%
if
performance_indicator
.
sisense_data_tertiary
.
shared_dashboard
%>
(
<a
href=
"https://app.periscopedata.com/shared/
<%=
performance_indicator
.
sisense_data_tertiary
.
shared_dashboard
%>
"
>
Sisense↗
</a>
)
<%
elsif
performance_indicator
.
sisense_data_tertiary
.
chart
&&
performance_indicator
.
sisense_data_tertiary
.
dashboard
%>
(
<a
href=
"https://app.periscopedata.com/app/gitlab/
<%=
performance_indicator
.
sisense_data_tertiary
.
dashboard
%>
/?widget=
<%=
performance_indicator
.
sisense_data_tertiary
.
chart
%>
"
>
Sisense↗
</a>
)
<%
end
%>
<%
if
ENV
[
'PERISCOPE_EMBED_API_KEY'
]
%>
<embed
width=
"100%"
height=
"100%"
style=
"min-height:300px;"
src=
"
<%=
signed_periscope_url
(
performance_indicator
.
sisense_data_tertiary
)
%>
"
>
<%
else
%>
<p>
You must set a
<code>
PERISCOPE_EMBED_API_KEY
</code>
environment variable to render this chart.
</p>
<%
end
%>
<%
end
%>
<b>
Health:
<%=
color_code_health
(
performance_indicator
.
health
.
level
)
%>
</b>
<%
performance_indicator
.
health
.
reasons
.
each
do
|
reason
|
%>
<%=
" *
#{
reason
}
"
%>
<%
end
%>
<%
if
performance_indicator
.
implementation
%>
<b>
Implementation Status:
</b>
<%=
performance_indicator
.
implementation
.
status
%>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment