Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Koch
monitoring-ws20
Commits
4eb36a9d
Commit
4eb36a9d
authored
Nov 27, 2021
by
wolfsack
Browse files
Update metric.py
parent
9195ce67
Changes
1
Hide whitespace changes
Inline
Side-by-side
project/pi/app/metric.py
View file @
4eb36a9d
...
...
@@ -18,7 +18,7 @@ class Metric:
if
self
.
comment
is
not
None
:
output
+=
help_string
+
"
\r\n
"
print
(
"found comment
"
)
print
(
"found comment
"
,
self
.
comment
)
output
=
type_string
+
"
\r\n
"
+
f
'
{
self
.
metric_name
}{
self
.
__params_to_string
()
}
{
self
.
value
}
'
...
...
Write
Preview
Supports
Markdown
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