diff --git a/README.md b/README.md index ab61550..1dce11b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,18 @@ A set of modules to manage SignalFX metadata. +## Included content + + +### Modules +Name | Description +--- | --- +[tremble.signalfx.dimension](https://github.com/tremble/tremble-signalfx/blob/main/docs/tremble.signalfx.dimension_module.rst)|manages SignalFX dimension metadata +[tremble.signalfx.event](https://github.com/tremble/tremble-signalfx/blob/main/docs/tremble.signalfx.event_module.rst)|sends SignalFX events +[tremble.signalfx.session](https://github.com/tremble/tremble-signalfx/blob/main/docs/tremble.signalfx.session_module.rst)|log into the SignalFX API + + + ## Code of Conduct We follow the [Ansible Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html) in all our interactions within this project. @@ -43,11 +55,16 @@ The process of decision making in this collection is based on discussing and fin Every voice is important. If you have something on your mind, create an issue or dedicated discussion and let's discuss it! - +## Ansible version compatibility -Ansible 2.12 +This collection has been tested against following Ansible versions: **>=2.9.10**. + +Plugins and modules within a collection may be tested with only specific Ansible versions. +A collection may contain metadata that identifies these versions. +PEP440 is the schema used to describe the versions of Ansible. + ---> ## External requirements This collection depends on the SignalFX Python client library: https://github.com/signalfx/signalfx-python @@ -116,3 +133,4 @@ See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/mai GNU General Public License v3.0 or later. See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text. + diff --git a/docs/tremble.signalfx.dimension_module.rst b/docs/tremble.signalfx.dimension_module.rst new file mode 100644 index 0000000..31a1520 --- /dev/null +++ b/docs/tremble.signalfx.dimension_module.rst @@ -0,0 +1,436 @@ +.. _tremble.signalfx.dimension_module: + + +************************** +tremble.signalfx.dimension +************************** + +**manages SignalFX dimension metadata** + + +Version added: 0.1.0 + +.. contents:: + :local: + :depth: 1 + + +Synopsis +-------- +- Manages SignalFX dimenstion metadata. + + + +Requirements +------------ +The below requirements are needed on the host that executes this module. + +- python >= 3.6 +- signalfx +- requests + + +Parameters +---------- + +.. raw:: html + +
Key | +Returned | +Description | +
---|---|---|
+
+ token
+
+
+ string
+
+ |
+ On success | +
+ A SignalFX Session token.
+ + |
+