-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add monitoring for the deployed version for all site repos #491
Comments
We really need this. Currently running hera_corr_f on a hacky branch to shim up the hacked fengine. |
Ok, so does this table schema seem right? The starred columns are part of the primary key. I guess one question is: do we ever have 2 copies of a repo on a host that we want to use? If so, the path needs to be part of the primary key. Also, is there anything else we should record? Environment comes to mind, but not sure how to get that reliably. *host |
What about environment as a (primary?) key value. It would be a string
point to the base level of the environment. Could easily track conda,
virtual env, even system level that wau.
…On Tue, Aug 25, 2020, 16:09 Bryna Hazelton ***@***.***> wrote:
Ok, so does this table schema seem right? The starred columns are part of
the primary key. I guess the question is: do we ever have 2 copies of a
repo on a host that we want to use? If so, the path needs to be part of the
primary key.
*host
*repo
*starttime
stoptime
path
branch
hash
@dannyjacobs <https://github.com/dannyjacobs> @plaplant
<https://github.com/plaplant> @mkolopanis <https://github.com/mkolopanis>
@david-deboer <https://github.com/david-deboer>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#491 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACB7BLLGEPAHADXVHK5DJMLSCRADTANCNFSM4OHEEXCA>
.
|
Or is that path?
On Tue, Aug 25, 2020, 16:14 Matthew Kolopanis <[email protected]>
wrote:
… What about environment as a (primary?) key value. It would be a string
point to the base level of the environment. Could easily track conda,
virtual env, even system level that wau.
On Tue, Aug 25, 2020, 16:09 Bryna Hazelton ***@***.***>
wrote:
> Ok, so does this table schema seem right? The starred columns are part of
> the primary key. I guess the question is: do we ever have 2 copies of a
> repo on a host that we want to use? If so, the path needs to be part of the
> primary key.
>
> *host
> *repo
> *starttime
> stoptime
> path
> branch
> hash
>
> @dannyjacobs <https://github.com/dannyjacobs> @plaplant
> <https://github.com/plaplant> @mkolopanis <https://github.com/mkolopanis>
> @david-deboer <https://github.com/david-deboer>
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#491 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACB7BLLGEPAHADXVHK5DJMLSCRADTANCNFSM4OHEEXCA>
> .
>
|
input info -- should live as a text or yaml file in hera_ops: M&C table: |
Particularly the correlator, but also all other repos installed on site. Probably want columns for machine name, environment name, repository name along with the standard git info (hash, branch, upstream etc).
The text was updated successfully, but these errors were encountered: