Coder Social home page Coder Social logo

Comments (6)

kfdm avatar kfdm commented on July 29, 2024 2

Currently there is no support for something like that 🙇

from promgen.

kfdm avatar kfdm commented on July 29, 2024

It's not possible now, but I have thought about supporting custom labels and params for scrape targets. Promgen would likely still pass its default labels (job/service/project) though you could handle that with relabel config

In your idea, how would you expect to handle the UI side of things?
Would the same token/custom label apply to all targets in a project, or would it apply only to a specific target

from promgen.

tuan-phan avatar tuan-phan commented on July 29, 2024

Hi @kfdm ,
Some case we need apply for whole project, some case we apply only to a specific target...
Example:
The token will apply for all targets. But some labels like: app_team_name, host_group will be use for specific target

  {
    "targets": [
      "dev-mon-test2.dev.local:7900"
    ],
    "labels": {
      "app_team_name": "booking",
      "host_group": "dev-mon-test2",
      "platform": "private"
    }
  },
  {
    "targets": [
      "dev-mon-test1.dev.local:7900"
    ],
    "labels": {
      "app_team_name": "apm",
      "host_group": "dev-mon-test1",
      "platform": "cloud1"
    }
  }

from promgen.

github-actions avatar github-actions commented on July 29, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

from promgen.

dykow avatar dykow commented on July 29, 2024

Hi!
Is it possible to do something like this now?
targets.json

[
    {
      "targets": [
        "x.x.x.x"
      ],
      "labels": {
        "job": "vmware"
      },
      "params": {
          "section": ["origin"]
      }
    }
]  

@kfdm

from promgen.

dykow avatar dykow commented on July 29, 2024

Currently there is no support for something like that bow

Oooh, ok. Thanks for the reply :)

from promgen.

Related Issues (20)

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.