Skip to content

How do Targets Work? #315

Answered by manugarg
Squidcod asked this question in Q&A
Mar 22, 2023 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

Hello @Squidcod,

Sorry for the sparse documentation regarding how targets work.

  • This will run 3 (sub)probes in parallel, each probe using a different target.
  • All probe metrics have a "dst" label (though we should've probably named it "target", but Cloudprober's earliest use case was network based probing, though it has come a long way since then):
   success{ptype="external", probe="test_install", dst="google.com"}
   total{...}
   latency{...}
   success{ptype="external", probe="test_install", dst="yahoo.com"}
   total{...}
   latency{...}
  • Using additional label will add another label to all the metrics. So in the example above, you'll have additional label "target" that will have sa…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@manugarg
Comment options

@Squidcod
Comment options

@Squidcod
Comment options

@manugarg
Comment options

@Squidcod
Comment options

Answer selected by Squidcod
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