Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
Read_from_Kairos_Component
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dasharatha.vamshi
Read_from_Kairos_Component
Commits
0cf90706
Commit
0cf90706
authored
Feb 15, 2021
by
Akshay G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added recursive dir creation, column naming for the csv file
parent
89243e10
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+4
-2
No files found.
README.md
View file @
0cf90706
...
...
@@ -5,7 +5,9 @@
{
"kairosdb_url"
:
"http://192.168.0.207:8080"
,
"metric_name"
:
"ilens.live_data.raw"
,
"tag_hierarchy"
:
"site_153$dept_1006$line_220$equipment_1258$tag_5790"
,
"tag_hierarchy"
:
{
"pressure_values"
:
"site_194$dept_1022$line_287$equipment_3824$tag_6663"
},
"start_absolute"
:
"01/10/2020 00:00:00"
,
"end_absolute"
:
"30/11/2020 00:00:00"
,
"shared_volume"
:
"/mnt"
...
...
@@ -16,7 +18,7 @@
```
docker run -v /mnt:/mnt -e config='{"kairosdb_url": "http://192.168.0.207:8080",' \
'"metric_name": "ilens.live_data.raw",' \
'"tag_hierarchy":
"site_153$dept_1006$line_220$equipment_1258$tag_5790"
,' \
'"tag_hierarchy":
{"pressure_values":"site_194$dept_1022$line_287$equipment_3824$tag_6663"}
,' \
'"start_absolute": "01/10/2020 00:00:00",' \
'"end_absolute": "30/11/2020 00:00:00",' \
'"shared_volume": "/mnt"}' batch-multi-karios-read-component:v0.1
...
...
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