No version for distro humble showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro jazzy showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro kilted showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro rolling showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro ardent showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro bouncy showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro crystal showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro eloquent showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro galactic showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro foxy showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro iron showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro lunar showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro jade showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro indigo showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro hydro showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
kinetic

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
melodic

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange

No version for distro noetic showing dashing. Known supported distros are highlighted in the buttons above.
Package symbol

cloudwatch_metrics_common package from cloudwatch_common repo

cloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management

ROS Distro
dashing

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

Library used by ROS1/2 node to publish metrics

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

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

Changelog for package cloudwatch_metrics_common

1.0.1 (2019-03-20)

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • 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
  • 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
  • Add support for Cloudwatch MetricDatum StatisticSet (#48)
    • add support for cloudwatch metrics' StatisticSet
    • add test for metricObjectToDatum()
    • address PR comments
    • take into consideration that MetricDatum's Value and StatisticValues are mutually exclusive
    • add docstring to MetricObject constructors
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Jesse Ikawa, Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • modify changelist to be compatible with catkin_generate_changelog (#39) Signed-off-by: Miaofei <<miaofei@amazon.com>>

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Fixed merge conflict Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add FileManager to log manager factory Signed-off-by: Miaofei <<miaofei@amazon.com>>

    * Add generic file upload logic Signed-off-by: Miaofei <<miaofei@amazon.com>>

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei <<miaofei@amazon.com>>

File truncated at 100 lines see the full file

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_metrics_common at Robotics Stack Exchange