-
Notifications
You must be signed in to change notification settings - Fork 14
[DRAFT]Add generate k8s node data scripts and templates #107
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
Conversation
@@ -0,0 +1,33 @@ | |||
fields: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please, move these files in schema-b
subfolder, thanks :)
generate-node-metrics.sh
Outdated
@@ -0,0 +1,120 @@ | |||
function exit_handler() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will be most probably taken care by elastic-package benchmark rally
(elastic/elastic-package#1475, elastic/elastic-package#984 (comment))
range: | ||
min: 0 | ||
max: 10000 | ||
- name: timedate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can have a date type with period
(values will be evenly generated between time.Now()
and time.Now().Add(period)
, where period
is expressed as time.Duration
)
along with -n, --now date time to use for generation based on now (date type)
when invoking elastic-integration-corpus-generator-tool generate-with-template
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 6991fc4
Do we still need this PR? I assume this would not land directly in the k8s integration? |
No description provided.