Commit Graph

51 Commits

Author SHA1 Message Date
lidong a03959ff32 Add releasenotes link to README
Change-Id: I9b4b6f13b6c9afd9c598cd1a687792674ecc9c98
2020-05-20 10:35:50 +08:00
jacky06 4d6b0fa1c0 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I9db86cdb44bf72c6aefe63df6dd35e2399844871
2019-05-22 10:50:59 +02:00
Witold Bedyk c598eda377 Clean up README.rst
Move installation information to doc directory.

Change-Id: Ib0f155e5557930a642f947d668ac0e9cc061f72d
Story: 2001980
Task: 23115
2018-07-24 13:12:09 +02:00
Sean McGinnis be83eae483 Fix rst errors in README
This fixes some rst formatting errors in the README file. The
readme is used as the package long description on pypi, and
they have recently enabled some checks that cause package
upload errors if there are formatting issues with the rst
content.

Change-Id: I3ff7a509c2b875606c985c87b61a63c5e15c1bda
2018-07-16 17:16:55 -05:00
Denis Poisson 2f40c7595b Redistribute README to doc/source
Change-Id: I510a53f3889f2ca01e314acb7582fed647e18fef
story: 2001980
task: 19597
2018-05-22 08:52:27 +02:00
Zuul 749362a4cd Merge "Update links in README" 2018-04-23 20:56:25 +00:00
melissaml 31a756b294 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: Ibf7dc867f238253f94b66e69f354ab1954e72831
2018-04-23 13:13:13 +00:00
melissaml 07095f4aba Update links in README
Change the outdated links to the latest links in README

Change-Id: Ie1faf1aceb0133eea86dde5036ad42b63ff28351
2018-03-11 03:13:32 +08:00
Tomasz Trębski e1ff649619 Cleanup repo and update documentation
Commit removes unused tools and samples + it
updates the documentation to match recent changes done for the client.

Change-Id: Iade73657560a9b359daab309141341b9eb9f82e5
2017-08-03 08:37:34 +02:00
lingyongxu e8b93dd920 Update the documentation link for doc migration
This patch is proposed according to the Direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).

Change-Id: I91f0e6b80b5162f27ea909fdb49a00e169a679e9
2017-08-02 16:52:12 +08:00
Jenkins fed80a73ba Merge "Added support for os_tenant_{name,id} after os_project_" 2017-05-05 08:37:52 +00:00
Sumit Jamgade 3a320ee5d1 Added support for os_auth_version when os_auth_url is unversiond
Change-Id: I89e9b040e41caabcf366def480bb5c5cd0eb965d
Story: 2000965
2017-04-16 16:34:43 +00:00
Sumit Jamgade 9269be018f Added support for os_tenant_{name,id} after os_project_
and deprecation warning for using them.

Change-Id: I69080d4a2e1a2ccae24ee7f181aec30d7754a031
Story: 2000960
Task: 4097
2017-04-12 09:35:28 +02:00
rajat29 47e3879972 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: I2b076f946c907e111efd597b8a82e0980c6f8d05
2017-04-11 13:44:20 +05:30
Jenkins ef358a8847 Merge "Show team and repo badges on README" 2017-01-24 10:09:56 +00:00
Anh Tran 3848b482a5 Typo fix: recieve => receive
Change-Id: I20d49e807a4827303446ac8d8d6bbf2d168b119d
2017-01-23 16:37:21 +07:00
Flavio Percoco 16aa6a60f5 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/709feed00e8ddc03230013dc1884c4da\n'

Change-Id: I2f5dfdeb22245162525cf7b57da99aa3f557e94e
2016-11-25 12:44:04 +01:00
Joachim Barheine bad6819485 Use correct ENV variables for scoping
Closes-Bug: #1555228
Change-Id: Ib4b5f9fd6f2bb23044df64b5499711f3706c30de
2016-11-14 09:46:15 +00:00
Kaiyan Sheng 8e8774b951 Add list dimension names and values in CLI
Change-Id: Idc9df32cc12359dd067f0e560f5e9754cb0e3ea5
2016-09-15 19:59:19 +00:00
Igor Ataide 65df8d9105 Fix monasca enpoint port in example and README
Change the port from 8080 to 8070 (default) in monasca endpoint address.

Change-Id: I59e78274b9f97f278bbba97c74eb89c880fb2d92
2016-07-12 22:41:36 -03:00
Kaiyan Sheng d204476752 Add notification-patch into CLI
This review requires https://review.openstack.org/#/c/318310/ to function.

Change-Id: I80e6d573d4ba8009d35ffa90f09c90e78868c7c4
2016-06-24 10:38:23 -06:00
Kaiyan Sheng cd03d21b06 Add metric-name-list help command description
Change-Id: I312586a85f57d93c3a71c5e115e39cddd22b437e
2016-06-22 17:35:17 -06:00
Craig Bryant 32543447ef Revert 'Adding keystoneauth sessions support'
This did not work when OS_ENDPOINT_TYPE was set to internalURL. It
always returned the publicURL.

This also always made a query to keystone for the monasca_api_url
even when the session client did not need it. The extra query will
hurt performance

Change-Id: I3d890949941acc77a17888ec57274d9201eb56a1
2016-06-17 16:51:57 -06:00
Paulo Ewerton 4c103fdf49 Adding keystoneauth sessions support
This patch introduces the possibility of instantiating
monascaclient using a keystoneauth session by doing the
following:

* Introduces new SessionClient object;
* Refactor the keystoneclient wrapper module with keystoneauth;
* Updates documentation.

Client code and tests are also updated.

Change-Id: I99ae10b2832869cf68d8219468400a421b6fa12b
Closes-Bug: 1569505
2016-06-08 14:07:59 +00:00
Ryan Brandt aa44028cc4 Fix documentation for creating metrics
Documentation didn't account for the change to milliseconds
Also add link to shell.py for ease of use

Change-Id: I80669f4d4f100a8992ec3943286ff08deae8c377
2015-12-10 08:41:43 -07:00
Joachim Barheine 6e428c4614 support users in domains other than Default (KSv3)
Closes-Bug: 1471882

Change-Id: I8574fa3d393dc7a2c9d0470cbf7b9e819a3be0cc
2015-07-15 11:38:34 +00:00
cindy oneill ef9b654c1d Fixed README for Python API - about re-athenticate
Change-Id: I7a200084075d0358e9619401fe8aa61a024fcbd5
2015-05-27 14:01:23 -06:00
cindy oneill ef2a741231 added link to pypi versions
Change-Id: I02e69221954d7de97c3139eaa644444fd43bd3a3
2015-04-02 16:20:48 -06:00
Jenkins d808a860fd Merge "Expose state_updated_timestamp and created_timestamp in alarm table" 2015-03-31 01:34:33 +00:00
Dexter Fryar df3f60cf76 Fixed readme with line feeds
Change-Id: Ic6203c5b9b1a67a02bef0fbd94ec36ef43d34cb0
2015-03-27 15:43:11 -05:00
Ryan Brandt feae3aef03 Expose state_updated_timestamp and created_timestamp in alarm table
Change-Id: I19647a64780d05f9f0365d87eae97d7d5faca2d6
2015-03-26 16:53:25 -06:00
Jenkins f7cf818283 Merge "Added development package and install instructions" 2015-03-14 06:06:11 +00:00
Craig Bryant f11bbc52e6 Add measurement valueMeta
Allow valueMeta to be added when creating measurements

Display valueMeta for measurements

Requires the whole set of changes to the API, Persister and Thresh

Change-Id: I08027c814d09dc95f6d50913ec03d4fc2b615ef4
Implements: blueprint measurement-meta-data
2015-03-02 23:25:09 -07:00
Dexter Fryar 985b2ad17f Added development package and install instructions
Change-Id: I89c2063f275a6f75d46fa524530e1fe1fff72a40
2015-02-18 20:56:33 -06:00
cindy oneill a3b81fc1a4 help for metric-create, and updated README
Change-Id: Ibca7db00eede90facf4946b817969e8ab11f14bb
2015-02-09 13:47:12 -07:00
Victor Ion Munteanu d6bd434f21 Fixed missing Pagerduty refs in docs and cli messages
Change-Id: I9ecf3da5fa4b6eb990cf180cba3e45b9225dd3cf
2015-02-04 20:10:14 +01:00
Tim Kuhlman 1956915020 Put the keystone auth in its own class
I did this so there is no need to reimplment this logen when using as
this as a python library.

Change-Id: I368312433a84be0d5f14089e06701a04b15e2300
2014-12-01 08:48:17 -07:00
henriquetruta 56e55f7f3a Enabling the support of Webhook notification on client
This patch adds to monasca client the possibility of creating a
Webhook Notification Type.

Depends on patch 135365

bp webhook-notification

Change-Id: I60c64db8ec6d17d19db2abfc9ba53c8f8aafe689
2014-11-20 14:14:46 -03:00
cindy oneill aa1c054dc5 alarm formatting changes
Change-Id: I6a454ff75fa4670489b19636961ec6f8f141d9d6
2014-10-17 10:38:49 -06:00
cindy oneill d6a26a626b Alarmed metrics API changes supported
Change-Id: I0430fb2480f1a5c057223899702375eee100a4b4
2014-09-26 15:04:09 -06:00
cindy oneill b7f277de1f updated README.rst for API clients
Change-Id: Id26a4ca453cd3b6242c06ec3fce3e693325ea019
2014-09-17 14:05:49 -06:00
cindy oneill 1a7232e105 renaming monclient to monascaclient, alarm-update fix
Change-Id: I6027b3dbb5c75046181daa2bf2a94842e57300f9
2014-07-15 15:04:32 -06:00
cindy oneill f259f45095 GET alarms by name, Client replace_token, help fixes, id size
Change-Id: I51a5021c9406b314ec480a388e50cc454495e5a9
2014-07-10 09:37:54 -06:00
cindy oneill 92c5963378 README update for bash completion 2014-06-25 11:57:40 -06:00
cindy oneill ae41e4688c Updated README 2014-05-28 13:38:00 -06:00
Roland Hochmuth 881c2c141a Modified the auth token to match dev env. 2014-05-25 09:03:35 -06:00
cindy oneill 3808b9b70e Added severity to alarm commands, Added alarm-list by state option 2014-05-23 11:50:27 -06:00
cindy oneill d97734a51c Modified README.rst 2014-05-08 17:25:30 -06:00
cindy oneill 2315e678bf Improved the README.rst 2014-05-08 17:19:11 -06:00
cindy oneill 63f12b20c4 Notification create working 2014-03-26 15:50:45 -06:00