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

Engine: Implement simple mapping #342

Open
NassimBtk opened this issue Jul 25, 2024 · 0 comments
Open

Engine: Implement simple mapping #342

NassimBtk opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request java

Comments

@NassimBtk
Copy link
Member

NassimBtk commented Jul 25, 2024

Required connector mapping

  memory:
    keys: [id] # key to identify the monitor instance
    simple:
      sources:
        memoryLimit:
         ...
       vendorSource
         ...
      mapping:
        type: simple # csv, single, jsonArray, jsonObject, awk
        # no source for simple type
        attributes:
          vendor: ${source::vendorSource}
        metrics:
          system.memory.limit: ${source::memoryLimit}

Please specify how to achieve this technically then proceed with the implementation.

@NassimBtk NassimBtk changed the title Implement simple mapping Engine: Implement simple mapping Jul 25, 2024
@NassimBtk NassimBtk added enhancement New feature or request java labels Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java
Projects
None yet
Development

No branches or pull requests

2 participants