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

Add simple demo that sets up the OTEL collector in a pull mode (scrap… #4

Merged
merged 5 commits into from
Oct 23, 2024

Conversation

jkremser
Copy link
Member

…ing another metrics endpoints) and sending it to scaler

…ing another metrics endpoints) and sending it to scaler

Signed-off-by: Jirka Kremser <[email protected]>
@jkremser jkremser requested a review from a team as a code owner October 22, 2024 14:26
Copy link
Contributor

@zroubalik zroubalik left a 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?

Comment on lines +29 to +30
```yaml
...
Copy link
Contributor

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 ?

Copy link
Member Author

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.

Prepare helm chart repos:

```bash
helm repo add kedacore https://kedacore.github.io/charts
Copy link
Contributor

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


We set these two annotation in our service for podinfo [here](./podinfo-values.yaml).

Install KEDA:
Copy link
Contributor

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
```
Copy link
Contributor

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]>
@jkremser jkremser requested a review from zroubalik October 23, 2024 12:00
@jkremser jkremser merged commit 75bf112 into main Oct 23, 2024
1 check passed
@jkremser jkremser deleted the metrics-pull-mode-demo branch October 23, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants