Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gitlab-External-Templates
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adri
Gitlab-External-Templates
Commits
028f0282
Commit
028f0282
authored
2 years ago
by
Thomas Randolph
Browse files
Options
Downloads
Patches
Plain Diff
Add note for EE
parent
e4c69c2c
Branches
tor/docs/mr-widget-telemetry-electric-boogaloo
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/development/new_fe_guide/modules/widget_extensions.md
+5
-1
5 additions, 1 deletion
doc/development/new_fe_guide/modules/widget_extensions.md
with
5 additions
and
1 deletion
doc/development/new_fe_guide/modules/widget_extensions.md
+
5
−
1
View file @
028f0282
...
...
@@ -295,7 +295,11 @@ Each widget reports:
### Adding new widgets
When adding new widgets, the above events must be marked as
`known`
, and have metrics
created, to be reportable. To generate these known events for a single widget:
created, to be reportable.
Note carefully: Events that are only for EE should include
`--ee`
at the end of both shell commands below.
To generate these known events for a single widget:
1.
Widgets should be named
`Widget${CamelName}`
.
-
For example: a widget for
**Test Reports**
should be
`WidgetTestReports`
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment