Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better repository organization #189

Closed
sharmay opened this issue Aug 6, 2020 · 1 comment · Fixed by #220
Closed

Better repository organization #189

sharmay opened this issue Aug 6, 2020 · 1 comment · Fixed by #220
Labels
UNCONFIRMED Initial state. Need's triaged

Comments

@sharmay
Copy link
Contributor

sharmay commented Aug 6, 2020

|---node_exporter
     |---- promethes/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
     |---- alert-manager/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
     |---- grafana/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
|---pg_exporter
     |---- promethes/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
     |---- alert-manager/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
     |---- grafana/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
|---blackbox_exporter
     |---- promethes/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
     |---- alert-manager/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
     |---- grafana/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
|---node_exporter
     |---- promethes/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
     |---- alert-manager/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
     |---- grafana/
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
|---prometheus
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
|---grafana
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
|---alert-manager
           |---- common/
           |---- linux/
           |---- windows/
           |---- containers/
@keithf4
Copy link
Collaborator

keithf4 commented Oct 21, 2020

Also investigate renaming some query files to better clarify their purpose.
Ex: rename queries_common.yml to queries_global.yml

For package target installation of files, look at having version specific query files strip the pg version off of them since they're already going into a version specific folder.
Ex: queries_pg12.yml -> queries_pg.yml
Ex: setup_pg12.yml -> setup.yml
Ex: pg_stat_statements_pg12.yml -> pg_stat_statements.yml

@hunleyd hunleyd linked a pull request Dec 17, 2020 that will close this issue
10 tasks
@keithf4 keithf4 closed this as completed Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UNCONFIRMED Initial state. Need's triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants