Skip to content

Commit

Permalink
deploy: 230cc72
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Oct 23, 2024
1 parent 2029756 commit abeffef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<html id="html" lang="en-us">
<head>
<meta name="generator" content="Hugo 0.136.2">
<meta name="generator" content="Hugo 0.136.4">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width"/>

Expand Down Expand Up @@ -427,7 +427,7 @@ <h2 id="installation">Installation</h2>
<p>After preparing the configuration we need to create the <code>docker-compose.yml</code>
within the same folder, this <code>docker-compose.yml</code> starts a simple
<a href="https://prometheus.io">Prometheus</a> instance together with the exporter. Don&rsquo;t forget to
update the envrionment variables with the required credentials.</p>
update the environment variables with the required credentials.</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-yaml" data-lang="yaml"><span class="line"><span class="cl"><span class="nt">version</span><span class="p">:</span><span class="w"> </span><span class="s1">&#39;2&#39;</span><span class="w">
</span></span></span><span class="line"><span class="cl"><span class="w">
</span></span></span><span class="line"><span class="cl"><span class="w"></span><span class="nt">volumes</span><span class="p">:</span><span class="w">
Expand Down Expand Up @@ -552,8 +552,8 @@ <h2 id="configuration">Configuration</h2>
</dl>
<h3 id="web-configuration">Web Configuration</h3>
<p>If you want to secure the service by TLS or by some basic authentication you can
provide a <code>YAML</code> configuration file whch follows the <a href="https://prometheus.io">Prometheus</a>
toolkit format. You can see a full configration example within the
provide a <code>YAML</code> configuration file which follows the <a href="https://prometheus.io">Prometheus</a>
toolkit format. You can see a full configuration example within the
<a href="https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md">toolkit documentation</a>.</p>
<h2 id="metrics">Metrics</h2>
<p>You can a rough list of available metrics below, additionally to these metrics
Expand Down Expand Up @@ -669,7 +669,7 @@ <h1>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-txt" data-lang="txt"><span class="line"><span class="cl">git clone https://github.com/promhippie/dockerhub_exporter.git
</span></span><span class="line"><span class="cl">cd dockerhub_exporter/</span></span></code></pre></div>
<p>All required tool besides Go itself are bundled, all you need is part of the
<code>Makfile</code>:</p>
<code>Makefile</code>:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-txt" data-lang="txt"><span class="line"><span class="cl">make generate build</span></span></code></pre></div>
<p>Finally you should have the binary within the <code>bin/</code> folder now, give it a try
with <code>./bin/dockerhub_exporter -h</code> to see all available options.</p>
Expand Down

0 comments on commit abeffef

Please sign in to comment.