-
Notifications
You must be signed in to change notification settings - Fork 36
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
New metrics #21
Comments
Will be done |
Thanks |
Hi, I'm trying to retrieve all relevant metrics and use Prometheus labels but have doubts if I can do it efficiently. |
Prometheus instance can handle with High number of metrics The mission is to programmed with no delays. |
On the (non-)usage of labels please be referred to https://prometheus.io/docs/practices/naming/
and individual issues as labels imho are even worse in this respect than user ids... |
So far I have been experimenting with the time spent per project and per issue (see the following "worklog" metrics) and the result looks something like this:
How do you suggest we proceed in this matter? |
@PatrickSchuster Not really sure about issueKey. I think project is good enought |
Implementing issuekey will increase the number of metrics
I think issues per project is enough
Thanks you
…On Thu, 12 Apr 2018 at 9:25 Andrey Markelov ***@***.***> wrote:
@PatrickSchuster <https://github.com/PatrickSchuster> Not really sure
about issueKey. I think project is good enought
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASvoPdNtiudDCazOs51sIL-kg8tbdXqrks5tnvNOgaJpZM4TDQw6>
.
|
Sorry, I mean log work per project.
…On Thu, 12 Apr 2018 at 14:17 Avior Malkukian ***@***.***> wrote:
Implementing issuekey will increase the number of metrics
I think issues per project is enough
Thanks you
On Thu, 12 Apr 2018 at 9:25 Andrey Markelov ***@***.***>
wrote:
> @PatrickSchuster <https://github.com/PatrickSchuster> Not really sure
> about issueKey. I think project is good enought
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#21 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ASvoPdNtiudDCazOs51sIL-kg8tbdXqrks5tnvNOgaJpZM4TDQw6>
> .
>
|
Hi everyone, Thank you! |
Please add also Jira version metric. |
I don't understand why this should be implemented in this project. |
@lexek Actually when implement feature to have all metrics togables it can be there. |
Maybe create an additional branch: "Various garbage for prometheus" and don't touch the main one in pursuit of stability? |
@nteplov It is not bed to have these metrics toggleable and switched off by default and maybe can active per project if cordinality allows. But in this way 100% sure not be applied. |
Make it optional, configurable from plugin settings |
Yes. +1 |
@lexek If you have multiple instances then "JIRA version" come in handy for comparing JIRA health. |
@Rohlik Jira version is legit of course, I was talking about original request. |
Having the version number available for display in the grafana dashboard is, at least for us, valuable information. It would then be possible for our administrators to quickly check versions in case of a vulnerability report without having to access all individual Jira instances. Some of our systems (not Jira) even actively send out alerts based on prometheus metrics in case of available (important) software updates. Wish we could achieve the same with Atlassian products. But until then, the version number is perfectly fine for us. From a performance perspective, having looked up Jira source code (v6.3.15), an additional gauge for the version information should not have any impact on the performance of the plugin or the prometheus system. I am tempted to call this security monitoring, and we consider security to part of health care of our system, m2c :-). @Rohlik would you mind to open another ticket for your request? |
ould like to ask from if you could add some new metrics,
i would like to see some info which is important for our devops team
Jira: sprint remaining time per project, and log work per project,sprint,issue
The text was updated successfully, but these errors were encountered: