You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP and gRPC Grafana and removal of extraneous parts (#1565)
* HTTP Grafana dashboard
Signed-off-by: Alan Cha <[email protected]>
* Clean up
Signed-off-by: Alan Cha <[email protected]>
* Add grafana option to HTTP task
Signed-off-by: Alan Cha <[email protected]>
* Fix some tests
Signed-off-by: Alan Cha <[email protected]>
* More clean up
Signed-off-by: Alan Cha <[email protected]>
* Fix import
Signed-off-by: Alan Cha <[email protected]>
* Improve custom metrics tests
Signed-off-by: Alan Cha <[email protected]>
* Fix http task
Signed-off-by: Alan Cha <[email protected]>
* Add test for HTTP Grafana dashboard
Signed-off-by: Alan Cha <[email protected]>
* Additional tests
Signed-off-by: Alan Cha <[email protected]>
* Fix test
Signed-off-by: Alan Cha <[email protected]>
* Address Michael's comments
Signed-off-by: Alan Cha <[email protected]>
* gRPC Grafana dashboard
Signed-off-by: Alan Cha <[email protected]>
* Rename functions
Signed-off-by: Alan Cha <[email protected]>
* Address Michael's comments
Signed-off-by: Alan Cha <[email protected]>
* Rename to getGRPCDashboard
Signed-off-by: Alan Cha <[email protected]>
* Delete assess, report, SLOs, rewards
Signed-off-by: Alan Cha <[email protected]>
* Remove assess, report, autox, and reports
Signed-off-by: Alan Cha <[email protected]>
* Fix workflows
Signed-off-by: Alan Cha <[email protected]>
* Modify error message
Signed-off-by: Alan Cha <[email protected]>
* Remove cronjob
Signed-off-by: Alan Cha <[email protected]>
* Revert ready taskin workflows
Signed-off-by: Alan Cha <[email protected]>
* Remove looped experiments in workflows
Signed-off-by: Alan Cha <[email protected]>
* Remove grafana flag
Signed-off-by: Alan Cha <[email protected]>
* Remove extraneous consts and func
Signed-off-by: Alan Cha <[email protected]>
* Add assert
Signed-off-by: Alan Cha <[email protected]>
* Fix test
Signed-off-by: Alan Cha <[email protected]>
* Remove custommetrics
Signed-off-by: Alan Cha <[email protected]>
* Remove testdata for autoX and custommetrics
Signed-off-by: Alan Cha <[email protected]>
* Gut insights
Signed-off-by: Alan Cha <[email protected]>
* Fix http tests
Signed-off-by: Alan Cha <[email protected]>
* Fix gRPC tests
Signed-off-by: Alan Cha <[email protected]>
* Fix experiment tests
Signed-off-by: Alan Cha <[email protected]>
* Fix server tests
Delete fields in the test data after fields were delete in type structs
Signed-off-by: Alan Cha <[email protected]>
* Fix file driver tests
Signed-off-by: Alan Cha <[email protected]>
* Fix server tests
Signed-off-by: Alan Cha <[email protected]>
* Fix assert tests
Signed-off-by: Alan Cha <[email protected]>
* Fix kubedriver tests
Signed-off-by: Alan Cha <[email protected]>
* Fix tests
Signed-off-by: Alan Cha <[email protected]>
* Refactor MockMetricsServer as test helper
Signed-off-by: Alan Cha <[email protected]>
* Remove metrics and extraneous
Signed-off-by: Alan Cha <[email protected]>
* Remove extraneous code
Signed-off-by: Alan Cha <[email protected]>
* Add comments to mock server functions/types
Signed-off-by: Alan Cha <[email protected]>
* Remove extraneous
Signed-off-by: Alan Cha <[email protected]>
* Remove extraneous
Signed-off-by: Alan Cha <[email protected]>
* Add routemap tests
Signed-off-by: Alan Cha <[email protected]>
* Remove SLOs
Signed-off-by: Alan Cha <[email protected]>
* Remove error message
Signed-off-by: Alan Cha <[email protected]>
* Add UnmarshalJSON() test
Signed-off-by: Alan Cha <[email protected]>
* Remove rewards
Signed-off-by: Alan Cha <[email protected]>
* Add better multiple endpoint support to HTTP
Signed-off-by: Alan Cha <[email protected]>
* Better gRPC multiple endpoint support
Signed-off-by: Alan Cha <[email protected]>
* Add single endpoint multiple call test for gRPC
Signed-off-by: Alan Cha <[email protected]>
* Remove runner option
Signed-off-by: Alan Cha <[email protected]>
* Fix worfkflow
Signed-off-by: Alan Cha <[email protected]>
* Remove if parameter from github and slack tasks
Signed-off-by: Alan Cha <[email protected]>
* Remove custommetrics template
Signed-off-by: Alan Cha <[email protected]>
* Add name and namespace to experiment result
For github and slack tasks
Signed-off-by: Alan Cha <[email protected]>
* Add space
Signed-off-by: Alan Cha <[email protected]>
* Remove reuseResult
Signed-off-by: Alan Cha <[email protected]>
* Performance result has result instead of insights
Signed-off-by: Alan Cha <[email protected]>
* Remove NumLoops
Signed-off-by: Alan Cha <[email protected]>
* Add dashboardSummary type
Signed-off-by: Alan Cha <[email protected]>
* Bump version
Signed-off-by: Alan Cha <[email protected]>
* Add get experiment result methods
Signed-off-by: Alan Cha <[email protected]>
* Temp
Signed-off-by: Alan Cha <[email protected]>
* Cannot cast interface into HTTPResult
Signed-off-by: Alan Cha <[email protected]>
* Only write experimentResult to metrics store
Signed-off-by: Alan Cha <[email protected]>
* Remove assert command
Signed-off-by: Alan Cha <[email protected]>
* Uncomment test
Signed-off-by: Alan Cha <[email protected]>
* Remove assert
Signed-off-by: Alan Cha <[email protected]>
* Remove original Write() implmentation
Signed-off-by: Alan Cha <[email protected]>
* Update tests
Signed-off-by: Alan Cha <[email protected]>
* Fix tests
Signed-off-by: Alan Cha <[email protected]>
* Rename traffic controller to controller
Signed-off-by: Alan Cha <[email protected]>
* Fix test
Signed-off-by: Alan Cha <[email protected]>
* Rename kustomize/iter8 to kustomize/controller
Signed-off-by: Alan Cha <[email protected]>
* Update Grafana dashboard to use ExperimentResult
Signed-off-by: Alan Cha <[email protected]>
* Comment other workflows
Signed-off-by: Alan Cha <[email protected]>
* Comment testperformance workflow
Signed-off-by: Alan Cha <[email protected]>
* Add test
Signed-off-by: Alan Cha <[email protected]>
* Print env
Signed-off-by: Alan Cha <[email protected]>
* Move test into assets
Signed-off-by: Alan Cha <[email protected]>
* Add load test
Signed-off-by: Alan Cha <[email protected]>
* Fix test
Signed-off-by: Alan Cha <[email protected]>
* Add version and tag
Signed-off-by: Alan Cha <[email protected]>
* Move echo to beginning
Signed-off-by: Alan Cha <[email protected]>
* Delete assets test
Signed-off-by: Alan Cha <[email protected]>
* Tweeking
Signed-off-by: Alan Cha <[email protected]>
* Add output
Signed-off-by: Alan Cha <[email protected]>
* Directly use outputs
Signed-off-by: Alan Cha <[email protected]>
* Fix link using quotes
Signed-off-by: Alan Cha <[email protected]>
* Add more logging
Signed-off-by: Alan Cha <[email protected]>
* Fix logging
Signed-off-by: Alan Cha <[email protected]>
* Job working but needed more logging
Signed-off-by: Alan Cha <[email protected]>
* Add wait
Signed-off-by: Alan Cha <[email protected]>
* Clean up
Signed-off-by: Alan Cha <[email protected]>
* Add Docker login
Signed-off-by: Alan Cha <[email protected]>
* Clean up
Signed-off-by: Alan Cha <[email protected]>
* Correct image repo name
Signed-off-by: Alan Cha <[email protected]>
* Add everything
Signed-off-by: Alan Cha <[email protected]>
* Adjust comments
Signed-off-by: Alan Cha <[email protected]>
* Uncomment
Signed-off-by: Alan Cha <[email protected]>
* Add controller and check to testcharts.yaml
Signed-off-by: Alan Cha <[email protected]>
* Uncomment testkustomize.yaml
Signed-off-by: Alan Cha <[email protected]>
* Uncomment testcharts.yaml
Signed-off-by: Alan Cha <[email protected]>
* Add build-push-test-image to testperformance.yaml
Signed-off-by: Alan Cha <[email protected]>
* Uncomment assets.yaml
Signed-off-by: Alan Cha <[email protected]>
* Add controller to assets
Signed-off-by: Alan Cha <[email protected]>
* Uncomment again
Signed-off-by: Alan Cha <[email protected]>
* Temp changes
Signed-off-by: Alan Cha <[email protected]>
* Respond to Sri's comments about workflows
Signed-off-by: Alan Cha <[email protected]>
* Revert chart and kustomize changes
Signed-off-by: Alan Cha <[email protected]>
* Fix paths
Signed-off-by: Alan Cha <[email protected]>
* Revert version to v0.15
Signed-off-by: Alan Cha <[email protected]>
* Fix test
Signed-off-by: Alan Cha <[email protected]>
* Remove extraneous logging
Signed-off-by: Alan Cha <[email protected]>
* Remove extaneous logging
Signed-off-by: Alan Cha <[email protected]>
* Update README.md
Signed-off-by: Alan Cha <[email protected]>
* Update wordlist
Signed-off-by: Alan Cha <[email protected]>
* Change name
Signed-off-by: Alan Cha <[email protected]>
---------
Signed-off-by: Alan Cha <[email protected]>
0 commit comments