Skip to content
Discussion options

You must be logged in to vote

@manjunath-batakurki

Would something like this work? All the underlying code could not share a client just due to how govmomi works so I'm not sure adding multiple endpoints would be worth the overhead.

receivers:
  vcenter/vcenter1:
    endpoint: https://vcsa1.localnet
    username: "otelu"
    password: "otelp"
    tls:
      insecure: false
      insecure_skip_verify: true

  vcenter/vcenter2:
    endpoint: https://vcsa2.localnet
    username: "otelu"
    password: "otelp"
    tls:
      insecure: false
      insecure_skip_verify: true

service:
  pipelines:
    metrics:
      receivers: [vcenter/vcenter1, vcenter/vcenter2]

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@schmikei
Comment options

Answer selected by manjunath-batakurki
@manjunath-batakurki
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants