Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
satella
Manage
Activity
Members
Labels
Plan
Issues
1
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
satella
Commits
d63f3ee2
Commit
d63f3ee2
authored
7 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
8d420366
3e0ee961
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/conf.py
+1
-1
1 addition, 1 deletion
docs/conf.py
docs/index.rst
+1
-1
1 addition, 1 deletion
docs/index.rst
docs/instrumentation/metrics.md
+1
-1
1 addition, 1 deletion
docs/instrumentation/metrics.md
with
3 additions
and
3 deletions
docs/conf.py
+
1
−
1
View file @
d63f3ee2
...
@@ -60,7 +60,7 @@ author = u'Piotr Maślanka'
...
@@ -60,7 +60,7 @@ author = u'Piotr Maślanka'
#
#
# The short X.Y version.
# The short X.Y version.
from
satella
import
__version__
from
satella
import
__version__
version
=
__version__
.
split
(
'
.
'
,
2
)[:
2
]
.
join
(
'
.
'
)
version
=
'
.
'
.
join
(
__version__
.
split
(
'
.
'
,
2
)[:
2
])
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
__version__
release
=
__version__
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
1
View file @
d63f3ee2
...
@@ -2,7 +2,7 @@ Welcome to satella's documentation!
...
@@ -2,7 +2,7 @@ Welcome to satella's documentation!
===================================
===================================
.. toctree::
.. toctree::
:maxdepth: 2
:maxdepth: 2
:caption: Contents:
:caption: Contents:
coding/monitor
coding/monitor
...
...
This diff is collapsed.
Click to expand it.
docs/instrumentation/metrics.md
+
1
−
1
View file @
d63f3ee2
...
@@ -9,4 +9,4 @@ that does not have to correspond to particular modules or classes. It can be in
...
@@ -9,4 +9,4 @@ that does not have to correspond to particular modules or classes. It can be in
By default, it runs in _runtime_ mode. This means that statistics are collected only from metrics of this
By default, it runs in _runtime_ mode. This means that statistics are collected only from metrics of this
instrument that are set to at least RUNTIME. If a user wants to dig deeper, it can switch the instrument to
instrument that are set to at least RUNTIME. If a user wants to dig deeper, it can switch the instrument to
DEBUG, which will cause more data to be registered.
DEBUG, which will cause more data to be registered.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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