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

HTTP and gRPC Grafana and removal of extraneous parts #1565

Merged
merged 121 commits into from
Aug 24, 2023

Conversation

Alan-Cha
Copy link
Member

@Alan-Cha Alan-Cha commented Jul 28, 2023

Replaces #1564

Fix #1539
Fix #1549
Fix #1550
Fix #1551
Fix #1552
Fix #1553
Fix #1554
Fix #1555
Fix #1556
Fix #1557
Fix #1558

Comment on lines 128 to 137
// _, _ = kd.Clientset.BatchV1().Jobs("default").Create(context.TODO(), &batchv1.Job{
// ObjectMeta: metav1.ObjectMeta{
// Name: "default-1-job",
// Namespace: "default",
// Annotations: map[string]string{
// "iter8.tools/group": "default",
// "iter8.tools/revision": "1",
// },
// },
// }, metav1.CreateOptions{})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this no longer necessary? When I commented this section, tests still ran fine.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am unsure what role this plays in the test case.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. I am unsure the purpose of this.

charts/iter8/values.yaml Outdated Show resolved Hide resolved
base/collect_http.go Outdated Show resolved Hide resolved
@Alan-Cha Alan-Cha marked this pull request as ready for review August 3, 2023 14:02
base/collect_http_test.go Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
kalantar
kalantar previously approved these changes Aug 7, 2023
metrics/server.go Outdated Show resolved Hide resolved
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
kalantar
kalantar previously approved these changes Aug 24, 2023
Copy link
Member

@kalantar kalantar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Signed-off-by: Alan Cha <[email protected]>
Signed-off-by: Alan Cha <[email protected]>
Copy link
Member

@kalantar kalantar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kalantar kalantar merged commit 8e5aedf into iter8-tools:master Aug 24, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment