summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/heartbeat-ms
AgeCommit message (Collapse)AuthorFilesLines
2020-11-18[DCAE] doc fixes for labelVENKATESH KUMAR1-0/+5
Change-Id: I7d86366d6e063f0d28b3b5855010c47507ab89fb Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2506
2020-11-12DCAE doc cleanup warningsVENKATESH KUMAR2-1/+8
Change-Id: I39daca57d4754abe0db56a7f85e7274a5f45ad74 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2141 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2020-07-13Merge "Issue-ID: DCAEGEN2-2261 optimization in git clone using --depth"Vijay Venkatesh Kumar1-1/+1
2020-06-06optimize size and time using "--no-cache-dir"Pratik Raj1-4/+4
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead of using local cached one . Further , in case of Docker Containers , by restricing caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: DCAEGEN2-2294 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: Ifeda4876507f89279c550e15ec76508277098ca6
2020-05-28Issue-ID: DCAEGEN2-2261 optimization in git clone using --depthPratik Raj1-1/+1
optimize the git clone using --depth flag in term of size of clone and also in term's of time taken to fetch the files and commit history of whole repository. Respective jira issue created at https://jira.onap.org/browse/DCAEGEN2-2261 with Issue-ID: DCAEGEN2-2261 More detail can be found at blog https://www.atlassian.com/git/tutorials/big-repositories Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: Ie6dbf4823709154443e604262fe64be02a97d5a0
2020-04-27dcae r6 doc updates cont.VENKATESH KUMAR1-6/+7
Change-Id: I2303d59ad9491c555adb70de57eb14ab1fa7233c Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2019-05-22dcae r4 doc updates4.0.0-ONAPVijay VK1-0/+46
Change-Id: I341f10a9eace4facac5aec3a3ff56cb89ef005e8 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1505 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2019-05-20DCAE doc updates for DublinVijay VK1-2/+2
Change-Id: Icca8fb3d36939102638c3dac3de8e01e220e94e3 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1505 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2019-01-22Heartbeat Microservice User DocumentationPrakashH5-33/+24
User Documentation for heartbeat Microservice Issue-ID: DCAEGEN2-280 Change-Id: I1fd627b5026fa850c866a364440ff316db409b5a Signed-off-by: PrakashH <pbhandar@techmahindra.com>
2019-01-22Heartbeat Microservice User DocumentationPrakashH5-0/+882
User Documentation for heartbeat Microservice Issue-ID: DCAEGEN2-280 Change-Id: I158680b11b5d5de4a0d58f4d2f03816e2b1941fc Signed-off-by: PrakashH <pbhandar@techmahindra.com>