Giter Site home page Giter Site logo

monitoring's Issues

Upgrade to metadata for multiple data sources of Metric and Log

Added a value called supported_providers to metadata to display monitoring and logs using multiple data sources for one cloud service resource.

For example,

...
plugin_info:
  metadata:
    supported_providers:
    - aws
    - all

In the meantime, the secret_data passed to the DataSource used the secret_id obtained from the cloud service's collection_info, but now, if there is a secret_id in the metadata of the DataSource, it takes precedence.

Prevent negative numbers from being reflected in escalate_minutes and repeat_count

Example of EscalationPolicy.update

{
    "escalation_policy_id": "ep-1234567890", 
    "name": "qa-test", 
    "rules": [
        {"notification_level": "LV1", "escalate_minutes": 15},
        {"notification_level": "LV2", "escalate_minutes": -15}, 
        {"notification_level": "LV3"}, 
        {"notification_level": "LV4"}, 
        {"notification_level": "LV5"}
    ], 
    "repeat_count": -2, 
    "finish_condition": "RESOLVED", 
    "domain_id": "domain-1234567890"
}

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.