Giter VIP home page Giter VIP logo

omni-metric's People

Contributors

jmaralc avatar khru avatar marabesi avatar shadowman avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

omni-metric's Issues

review: error type event

from the file events.py we have the following:

class EventType(Enum):
    SERVICE_RESTORED = "service_restored"
    SERVICE_FAILING = "service_failing"
    ERROR = "error"
    NULL = "null"
    DEPLOY_FAILED = "deploy_failed"
    BUILD_FAILED = "build_failed"
    TEST_FAILED = "test_failed"
    TEST_SUCCESS = "test_success"
    DEPLOY_SUCCESS = "deploy_success"
    BUILD_SUCCESS = "build_success"

ERROR or NULL are descriptive, those are meant to be fired when an error occurs in the application, opening this issue for discussion.

Github actions source - for Deployment frequency

For the discussion that we had, we will start with a single source (github actions - https://miro.com/app/board/uXjVOdNGlQs=/). For that a few hard decisions were made:

  • We should pull data from time to time instead of push in the pipeline.
  • We also should have some sort of hexagonal architecture in mind to implement the source, as we will start with github actions and integrate more of those later on.

Acceptance criteria

pull data from the github action and write it down in to the CSV

docs: update readme

The goal is to have the documentation on how to:

  1. set up the project for development
  2. Important concepts of the project such as coding style, architectural style

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.