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

Move dnsmasq-metrics from contrib; rename to sidecar #1

Merged
merged 8 commits into from
Dec 19, 2016

Conversation

bowei
Copy link
Member

@bowei bowei commented Dec 19, 2016

No description provided.

This daemon exports metrics reported by dnsmasq[0] for use with
prometheus[1] compatible metrics pipelines.

[0] http://www.thekelleys.org.uk/dnsmasq/doc.html
[1] http://prometheus.io
URL for HTTP-based health checks
--probe <label>,<server>,<dns name>,<interval> will query the given
DNS server for <dns name> every <interval> seconds. The results will
be posted to a health check URL and DNS latencies and errors reported
via the /metrics URL.

Multple --probe(s) may be specified.

This replaces the functionality of the exec-healthz for the DNS pod.
The daemon is more generic than just dnsmasq, should just be called
`sidecar'.
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 19, 2016
@MrHohn
Copy link
Member

MrHohn commented Dec 19, 2016

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 19, 2016
@MrHohn MrHohn merged commit c819c5f into kubernetes:master Dec 19, 2016
@bowei bowei deleted the dnsmasq-metrics branch December 23, 2016 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants