-
 
No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

AWS CloudWatch management library used by ROS1/2 node to publish logs to CloudWatch service

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package cloudwatch_logs_common

1.0.1 (2019-03-20)

  • adding unit tests for cloudwatch facade
  • Merge pull request #4 from juanrh/improve-coverage-cloudwatch_logger Improve coverage cloudwatch logger
  • Make LogManagerFactory mockeable
  • Make cloudwatch_logs_common shared lib to use it in other libs
  • Merge pull request #1 from xabxx/master [Bug Fix] Resolved false-positive error log messages
  • Resolved false-positive error log messages
  • Contributors: Abby Xu, Ross Desmond, Ryan Newell, Yuan "Forrest" Yu, hortala

1.1.5 (2020-10-14)

  • Limit the rate of cloudwatch log uploading to match API service limits (#61)
    • Limit the rate of publishing to PutLogEvents by delaying calls inside the CloudWathLogsFacade
  • Contributors: Emerson Knapp

1.1.4 (2020-09-17)

  • Correct seconds to milliseconds (#59)
  • Add AWS logging to batch tests (#58)
  • Allow user to automatically delete CloudWatch logs in batch that are > 14 days old (#56)
    • move docstring and don't break loop
    • call fileUploadComplete
    • modify struct and add tests
    • add tests and change 2 week wording to old
    • Add lock to discard stale data container
    • extend stale data protection
    • remove setter
    • Reduce lock_guard scope
  • add error for invalid log batch (#52)
    • add error for invalid log batch
    • modify logic
    • change to long instead of time
    • fix syntax
    • separate to function
    • change function order
    • add unit test
    • Add file manager test to CMakeList
    • file manager unit test
    • typo
    • add test log file manager class
    • modify filetest class and add unit test
    • add test publisher
    • debug
    • add validate batch function:
    • organize tuple
    • for loop to add valid data
    • pair
    • new priority queue
    • back to tuple
    • add outdated check
    • modify logic
    • modify test and pq
    • modify tests
    • add readbatch mock
    • add headers
    • remove data token
    • separate to new log_batch test file
    • add log comparison function
    • update test
    • fix typos
    • update batch test
    • remove outdated, fix timestamp
    • add > 24 hour log
    • remove utility
    • fix typo
    • changes based on review
    • modify macro
    • modify test
    • modify log_data
    • typo
    • add testfilemanagerstrategy
    • change logfile to datamanager & more
    • mock read function
    • update read and write functions
    • modify tests based on review
    • add batch_data validation
    • remove unnecessary headers
    • add test fixture
    • update test fixtures
    • updates based on review
  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

1.0.0 (2019-03-20)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cloudwatch_logs_common at Robotics Stack Exchange

No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

AWS CloudWatch management library used by ROS1/2 node to publish logs to CloudWatch service

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package cloudwatch_logs_common

1.0.1 (2019-03-20)

  • adding unit tests for cloudwatch facade
  • Merge pull request #4 from juanrh/improve-coverage-cloudwatch_logger Improve coverage cloudwatch logger
  • Make LogManagerFactory mockeable
  • Make cloudwatch_logs_common shared lib to use it in other libs
  • Merge pull request #1 from xabxx/master [Bug Fix] Resolved false-positive error log messages
  • Resolved false-positive error log messages
  • Contributors: Abby Xu, Ross Desmond, Ryan Newell, Yuan "Forrest" Yu, hortala

1.1.5 (2020-10-14)

  • Limit the rate of cloudwatch log uploading to match API service limits (#61)
    • Limit the rate of publishing to PutLogEvents by delaying calls inside the CloudWathLogsFacade
  • Contributors: Emerson Knapp

1.1.4 (2020-09-17)

  • Correct seconds to milliseconds (#59)
  • Add AWS logging to batch tests (#58)
  • Allow user to automatically delete CloudWatch logs in batch that are > 14 days old (#56)
    • move docstring and don't break loop
    • call fileUploadComplete
    • modify struct and add tests
    • add tests and change 2 week wording to old
    • Add lock to discard stale data container
    • extend stale data protection
    • remove setter
    • Reduce lock_guard scope
  • add error for invalid log batch (#52)
    • add error for invalid log batch
    • modify logic
    • change to long instead of time
    • fix syntax
    • separate to function
    • change function order
    • add unit test
    • Add file manager test to CMakeList
    • file manager unit test
    • typo
    • add test log file manager class
    • modify filetest class and add unit test
    • add test publisher
    • debug
    • add validate batch function:
    • organize tuple
    • for loop to add valid data
    • pair
    • new priority queue
    • back to tuple
    • add outdated check
    • modify logic
    • modify test and pq
    • modify tests
    • add readbatch mock
    • add headers
    • remove data token
    • separate to new log_batch test file
    • add log comparison function
    • update test
    • fix typos
    • update batch test
    • remove outdated, fix timestamp
    • add > 24 hour log
    • remove utility
    • fix typo
    • changes based on review
    • modify macro
    • modify test
    • modify log_data
    • typo
    • add testfilemanagerstrategy
    • change logfile to datamanager & more
    • mock read function
    • update read and write functions
    • modify tests based on review
    • add batch_data validation
    • remove unnecessary headers
    • add test fixture
    • update test fixtures
    • updates based on review
  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

1.0.0 (2019-03-20)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cloudwatch_logs_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

AWS CloudWatch management library used by ROS1/2 node to publish logs to CloudWatch service

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package cloudwatch_logs_common

1.0.1 (2019-03-20)

  • adding unit tests for cloudwatch facade
  • Merge pull request #4 from juanrh/improve-coverage-cloudwatch_logger Improve coverage cloudwatch logger
  • Make LogManagerFactory mockeable
  • Make cloudwatch_logs_common shared lib to use it in other libs
  • Merge pull request #1 from xabxx/master [Bug Fix] Resolved false-positive error log messages
  • Resolved false-positive error log messages
  • Contributors: Abby Xu, Ross Desmond, Ryan Newell, Yuan "Forrest" Yu, hortala

1.1.5 (2020-10-14)

  • Limit the rate of cloudwatch log uploading to match API service limits (#61)
    • Limit the rate of publishing to PutLogEvents by delaying calls inside the CloudWathLogsFacade
  • Contributors: Emerson Knapp

1.1.4 (2020-09-17)

  • Correct seconds to milliseconds (#59)
  • Add AWS logging to batch tests (#58)
  • Allow user to automatically delete CloudWatch logs in batch that are > 14 days old (#56)
    • move docstring and don't break loop
    • call fileUploadComplete
    • modify struct and add tests
    • add tests and change 2 week wording to old
    • Add lock to discard stale data container
    • extend stale data protection
    • remove setter
    • Reduce lock_guard scope
  • add error for invalid log batch (#52)
    • add error for invalid log batch
    • modify logic
    • change to long instead of time
    • fix syntax
    • separate to function
    • change function order
    • add unit test
    • Add file manager test to CMakeList
    • file manager unit test
    • typo
    • add test log file manager class
    • modify filetest class and add unit test
    • add test publisher
    • debug
    • add validate batch function:
    • organize tuple
    • for loop to add valid data
    • pair
    • new priority queue
    • back to tuple
    • add outdated check
    • modify logic
    • modify test and pq
    • modify tests
    • add readbatch mock
    • add headers
    • remove data token
    • separate to new log_batch test file
    • add log comparison function
    • update test
    • fix typos
    • update batch test
    • remove outdated, fix timestamp
    • add > 24 hour log
    • remove utility
    • fix typo
    • changes based on review
    • modify macro
    • modify test
    • modify log_data
    • typo
    • add testfilemanagerstrategy
    • change logfile to datamanager & more
    • mock read function
    • update read and write functions
    • modify tests based on review
    • add batch_data validation
    • remove unnecessary headers
    • add test fixture
    • update test fixtures
    • updates based on review
  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

1.0.0 (2019-03-20)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cloudwatch_logs_common at Robotics Stack Exchange