Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4978b040
Commit
4978b040
authored
Sep 07, 2018
by
Jan Provaznik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed prometheus_metrics.md doc
parent
3498fb1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
doc/development/prometheus_metrics.md
doc/development/prometheus_metrics.md
+0
-6
No files found.
doc/development/prometheus_metrics.md
View file @
4978b040
...
@@ -24,16 +24,10 @@ The requirement for adding a new metric is to make each query to have an unique
...
@@ -24,16 +24,10 @@ The requirement for adding a new metric is to make each query to have an unique
After you add or change existing _common_ metric you have to create a new database migration that will query and update all existing metrics.
After you add or change existing _common_ metric you have to create a new database migration that will query and update all existing metrics.
<<<<<<< HEAD
**Note: If a query metric (which is identified by `id:`) is removed it will not be removed from database by default.**
**You might want to add additional database migration that makes a decision what to do with removed one.**
**For example: you might be interested in migrating all dependent data to a different metric.**
=======
NOTE:
**Note:**
NOTE:
**Note:**
If a query metric (which is identified by
`id:`
) is removed it will not be removed from database by default.
If a query metric (which is identified by
`id:`
) is removed it will not be removed from database by default.
You might want to add additional database migration that makes a decision what to do with removed one.
You might want to add additional database migration that makes a decision what to do with removed one.
For example: you might be interested in migrating all dependent data to a different metric.
For example: you might be interested in migrating all dependent data to a different metric.
>>>>>>> upstream/master
```
ruby
```
ruby
class
ImportCommonMetrics
<
ActiveRecord
::
Migration
class
ImportCommonMetrics
<
ActiveRecord
::
Migration
...
...
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