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

random check should provide performance data metrics #5787

Closed
dnsmichi opened this issue Nov 21, 2017 · 3 comments · Fixed by #6078
Closed

random check should provide performance data metrics #5787

dnsmichi opened this issue Nov 21, 2017 · 3 comments · Fixed by #6078
Assignees
Labels
area/checks Check execution and results area/itl Template Library CheckCommands enhancement New feature or request
Milestone

Comments

@dnsmichi
Copy link
Contributor

Expected Behavior

Random values with static key value pairs. This allows to better use metric backend demos and test them.

Current Behavior

No performance data is provided.

Possible Solution

Use the random state and some mathematical expressions to generate such.

@dnsmichi dnsmichi added area/checks Check execution and results enhancement New feature or request area/itl Template Library CheckCommands labels Nov 21, 2017
@dnsmichi dnsmichi self-assigned this Nov 21, 2017
@dnsmichi
Copy link
Contributor Author

dnsmichi commented Feb 6, 2018

Something like this:

screen shot 2018-02-06 at 15 53 15

@dnsmichi dnsmichi added this to the 2.9.0 milestone Feb 6, 2018
@dnsmichi
Copy link
Contributor Author

dnsmichi commented Feb 6, 2018

screen shot 2018-02-06 at 15 54 23

@dnsmichi
Copy link
Contributor Author

dnsmichi commented Feb 6, 2018

for (r in range(10)) {
  apply Service "random-" + r {
    check_command = "random"
    check_interval = 1s
    retry_interval = 1s
    assign where true
  }
}

dnsmichi pushed a commit that referenced this issue Feb 6, 2018
This helps us with demo graphs in Graphite/InfluxDB as well
as other historical views.

fixes #5787
dnsmichi pushed a commit that referenced this issue Feb 6, 2018
This helps us with demo graphs in Graphite/InfluxDB as well
as other historical views.

fixes #5787
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/checks Check execution and results area/itl Template Library CheckCommands enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant