-
Notifications
You must be signed in to change notification settings - Fork 2
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 simple demo that sets up the OTEL collector in a pull mode (scrap… #4
Conversation
…ing another metrics endpoints) and sending it to scaler Signed-off-by: Jirka Kremser <[email protected]>
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.
Should we move this to https://github.com/kedify/examples/tree/main/samples and here just reference, so it is together with the rest of the samples? WDYT?
```yaml | ||
... |
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.
Do you really want to have here ``` twice ?
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, it's ellipsis (...
!= ```
). It's part of the real values file.
examples/metric-pull/README.md
Outdated
Prepare helm chart repos: | ||
|
||
```bash | ||
helm repo add kedacore https://kedacore.github.io/charts |
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.
I would prefer if we find a way how to reference here Kedify instead of KEDA
examples/metric-pull/README.md
Outdated
|
||
We set these two annotation in our service for podinfo [here](./podinfo-values.yaml). | ||
|
||
Install KEDA: |
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.
same as above Kedify reference
Create some traffic: | ||
```bash | ||
hey -n 5000 -c 4 -q 20 -z 70s http://localhost:8080/delay/2 | ||
``` |
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.
Would be nice to add some conclusion or explanation of what we see
Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>
…ing another metrics endpoints) and sending it to scaler