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
MPIfR-BDG
edd_provisioning
Commits
1f4858f5
Commit
1f4858f5
authored
Sep 10, 2021
by
Jason Wu
Browse files
fix data type for pipeline sensor
parent
f06b1b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/pulsar_pipeline/templates/sensors.json
View file @
1f4858f5
...
...
@@ -138,7 +138,8 @@
"pluginVersion"
:
"7.3.5"
,
"targets"
:
[
{
"command"
:
"get"
,
"command"
:
"hget"
,
"field"
:
"value"
,
"keyName"
:
"{{container_name}}:_time_processed"
,
"query"
:
""
,
"refId"
:
"A"
,
...
...
@@ -207,7 +208,8 @@
"pluginVersion"
:
"7.3.5"
,
"targets"
:
[
{
"command"
:
"get"
,
"command"
:
"hget"
,
"field"
:
"value"
,
"keyName"
:
"{{container_name}}:_source_dm"
,
"query"
:
""
,
"refId"
:
"A"
,
...
...
@@ -275,7 +277,8 @@
"pluginVersion"
:
"7.3.5"
,
"targets"
:
[
{
"command"
:
"get"
,
"command"
:
"hget"
,
"field"
:
"value"
,
"keyName"
:
"{{container_name}}:_central_freq"
,
"query"
:
""
,
"refId"
:
"A"
,
...
...
@@ -343,7 +346,8 @@
"pluginVersion"
:
"7.3.5"
,
"targets"
:
[
{
"command"
:
"get"
,
"command"
:
"hget"
,
"field"
:
"value"
,
"keyName"
:
"{{container_name}}:_nchannels"
,
"query"
:
""
,
"refId"
:
"A"
,
...
...
@@ -411,7 +415,8 @@
"pluginVersion"
:
"7.3.5"
,
"targets"
:
[
{
"command"
:
"get"
,
"command"
:
"hget"
,
"field"
:
"value"
,
"keyName"
:
"{{container_name}}:_nbins"
,
"query"
:
""
,
"refId"
:
"A"
,
...
...
@@ -479,7 +484,8 @@
"pluginVersion"
:
"7.3.5"
,
"targets"
:
[
{
"command"
:
"get"
,
"command"
:
"hget"
,
"field"
:
"value"
,
"keyName"
:
"{{container_name}}:_directory_size_sensor"
,
"query"
:
""
,
"refId"
:
"A"
,
...
...
@@ -548,7 +554,8 @@
"pluginVersion"
:
"7.3.5"
,
"targets"
:
[
{
"command"
:
"get"
,
"command"
:
"hget"
,
"field"
:
"value"
,
"keyName"
:
"{{container_name}}:target_name"
,
"query"
:
""
,
"refId"
:
"A"
,
...
...
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