aiops
Here are 45 public repositories matching this topic...
-
Updated
Jun 10, 2021 - Python
-
Updated
Jul 17, 2020
-
Updated
Jul 9, 2020 - Python
-
Updated
Jul 21, 2021
-
Updated
Jul 22, 2021 - Go
When trying to log a list of dictionaries like this:
to_send = [
{
"residual": None,
"timestamp": 1553004853455
},
{
"residual": None,
"timestamp": 1553004853662
},
{
"residual": None,
"timestamp": 1553004853868
}
-
Updated
Jul 7, 2021
-
Updated
Jun 3, 2020 - Python
Is your feature request related to a problem? Please describe.
Users may want to get logs from S3 instead of elasticsearch. We should be able to support that.
Describe the solution you'd like
You can use the boto3 library to download files.
This package is already included in dependencies.
Is your feature request related to a problem? Please describe.
When we get predictions
-
Updated
Jul 21, 2021 - Java
-
Updated
Apr 23, 2020 - Python
-
Updated
Sep 30, 2019 - Python
-
Updated
Jun 17, 2021 - Shell
Is your feature request related to a problem? Please describe.
The existing example workflows are all quite simple. They don't well represent a real-world workflow.
Describe the solution you'd like
There should be a new workflow example in the examples/ directory which carries out the following steps:
- create namespace
- create deployment
- delete deployment
- delete namespace
Is your feature request related to a problem? Please describe the problem.
Helm repo updates are currently manual and human-intensive.
Describe the feature/solution you'd like
Whenever code is pushed to Iter8's helm folder (helm), the helm repo update workflow needs to be triggered automatically.
**Will this feature/solution bring new benefits for Iter8 developers? What are
-
Updated
Jun 23, 2021 - Java
-
Updated
Jun 1, 2021 - Python
-
Updated
Mar 11, 2021 - Go
-
Updated
Mar 2, 2020 - C++
-
Updated
Jul 22, 2021 - Go
-
Updated
Mar 27, 2020 - Python
-
Updated
Mar 20, 2021 - Python
-
Updated
May 29, 2020 - Python
-
Updated
Jun 18, 2019 - Shell
Improve this page
Add a description, image, and links to the aiops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aiops topic, visit your repo's landing page and select "manage topics."
For SC Operator it may be a good idea to generate CRD manifests from inside a docker container.
This should provide reproducible generation step and avoid "produces different output on my machine" issues.
Linter should also fail if generation of manifests produce diff with the commited version.