-
Notifications
You must be signed in to change notification settings - Fork 442
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
[O11y][Kubernetes] Rally benchmark kubernetes.event
#9161
Conversation
🚀 Benchmarks reportTo see the full report comment with |
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.
Only major thing that I spotted is the data_stream is missing
"data_stream": {
"namespace": "default",
"type": "metrics",
"dataset": "kubernetes.event"
}
You can also add the kubectl_kubernetes_io/last-applied-configuration
annotation
Adding here the sample event I created for test
event.json.txt
"module": "kubernetes" | ||
}, | ||
"data_stream": { | ||
"namespace": "ep", |
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.
"namespace": "ep", | |
"namespace": "default", |
Was done on purpose?
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.
Oh forgot to mention this. Actually keeping the namepsace
as default
results in this error while streaming the metrics
field [data_stream.namespace] only accepts values that are equal to the value defined in the mappings [ep], but got [default]"}}}}
. So changed it to ep
… into kubernetes_benchmark_event
💚 Build Succeeded
History
cc @aliabbas-elastic |
|
Proposed commit message
event
data stream ofKubernetes
Sample Response
sample_event.json
Checklist
How to test this PR locally
Run this command from package root
elastic-package benchmark rally --benchmark event-benchmark -v
elastic-package benchmark stream --benchmark event-benchmark -v
Related issues
Screenshots