forked from performancecopilot/ansible-pcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
49 lines (47 loc) · 1.04 KB
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
### REQUIRED
namespace: performancecopilot
name: metrics
version: 2.2.9
readme: README.md
authors:
- Jan Kurik <[email protected]>
- Nathan Scott <[email protected]>
- Rich Megginson <[email protected]>
- Sergei Petrosian <[email protected]>
### OPTIONAL
description: Performance Co-Pilot Ansible collection
license_file: 'LICENSE'
repository: https://github.com/performancecopilot/ansible-pcp
documentation: https://pcp.readthedocs.io
homepage: https://pcp.io
issues: https://github.com/performancecopilot/ansible-pcp/issues
tags:
- metrics
- analysis
- telemetry
- monitoring
- timeseries
- performance
- lightweight
- visualization
- instrumentation
- observability
- grafana
- redis
- pcp
build_ignore:
- .ansible-lint
- .github
- .gitignore
- .lgtm.yml
- .yamllint.yml
- .yamllint_defaults.yml
- ansible_pytest_extra_requirements.txt
- custom_requirements.txt
- molecule_extra_requirements.txt
- pylint_extra_requirements.txt
- pytest_extra_requirements.txt
- tests
- tox.ini
dependencies: {}