<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/administration/monitoring, branch docs/split-autodevops-variable-table</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Update performance bar documentation</title>
<updated>2019-07-24T10:44:25+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-24T05:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=667b92a3a4e0fada63703bcb170f49da13f9a40a'/>
<id>667b92a3a4e0fada63703bcb170f49da13f9a40a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust redis cache metrics</title>
<updated>2019-07-19T13:34:04+00:00</updated>
<author>
<name>Ben Kochie</name>
<email>bjk@gitlab.com</email>
</author>
<published>2019-07-19T13:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=442f59917708d663b7dac36560dd174dc8fbc2d2'/>
<id>442f59917708d663b7dac36560dd174dc8fbc2d2</id>
<content type='text'>
* Remove `controller` and `action` labels from duration histogram.
* Create a new simple counter for `controller` and `action`.
* Adjust histogram buckets to observe smaller response times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove `controller` and `action` labels from duration histogram.
* Create a new simple counter for `controller` and `action`.
* Adjust histogram buckets to observe smaller response times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add profile mode to extend request profiling</title>
<updated>2019-07-18T13:11:08+00:00</updated>
<author>
<name>Qingyu Zhao</name>
<email>qzhao@gitlab.com</email>
</author>
<published>2019-06-27T13:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=10e51ac5f7087bb9cbc495fc15195994fb8763e4'/>
<id>10e51ac5f7087bb9cbc495fc15195994fb8763e4</id>
<content type='text'>
Extend the support for "X-Profile-Token: &lt;token&gt;" to have an additional
header that defines type of profile we are looking for, like:
  X-Profile-Mode: execution
  X-Profile-Mode: memory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extend the support for "X-Profile-Token: &lt;token&gt;" to have an additional
header that defines type of profile we are looking for, like:
  X-Profile-Mode: execution
  X-Profile-Mode: memory
</pre>
</div>
</content>
</entry>
<entry>
<title>Update example Prometheus scrape config</title>
<updated>2019-07-15T13:16:36+00:00</updated>
<author>
<name>Ben Kochie</name>
<email>bjk@gitlab.com</email>
</author>
<published>2019-07-15T12:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=382a13c015538783ca90b27362ad3c821644ef55'/>
<id>382a13c015538783ca90b27362ad3c821644ef55</id>
<content type='text'>
Use a full real-world example that is compatible with the omnibus
dashboards and follows Prometheus best practices.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a full real-world example that is compatible with the omnibus
dashboards and follows Prometheus best practices.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra blank lines from docs</title>
<updated>2019-07-15T01:04:35+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-15T01:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4121c636763e4bcbca7622e9f0e341d5e0e5a3e1'/>
<id>4121c636763e4bcbca7622e9f0e341d5e0e5a3e1</id>
<content type='text'>
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix whitespace in many administration docs</title>
<updated>2019-07-10T18:23:55+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-10T18:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=46336044240b7695af905acc8bf07a8629976952'/>
<id>46336044240b7695af905acc8bf07a8629976952</id>
<content type='text'>
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for many admin
docs (part 2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for many admin
docs (part 2)
</pre>
</div>
</content>
</entry>
<entry>
<title>Changing badges to use parentheses not brackets</title>
<updated>2019-07-08T08:50:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T08:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2'/>
<id>73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2</id>
<content type='text'>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</pre>
</div>
</content>
</entry>
<entry>
<title>Update redirected links in CE part 1</title>
<updated>2019-07-08T00:41:33+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T00:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=518e2b81e38b96d6afa508b39e30dc40f1b4b6c0'/>
<id>518e2b81e38b96d6afa508b39e30dc40f1b4b6c0</id>
<content type='text'>
First MR in a series updating all redirected links
in CE documentation to the destination URLs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First MR in a series updating all redirected links
in CE documentation to the destination URLs
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix process start time</title>
<updated>2019-07-04T10:24:19+00:00</updated>
<author>
<name>Ryan Cobb</name>
<email>rcobb@gitlab.com</email>
</author>
<published>2019-07-04T10:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=04962880ad5325e4386528cfebb1d8a599de6494'/>
<id>04962880ad5325e4386528cfebb1d8a599de6494</id>
<content type='text'>
Previously we were recording process start time as seconds from boot.
This makes it so we record as epoch time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we were recording process start time as seconds from boot.
This makes it so we record as epoch time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Grafana to Admin &gt; Monitoring menu when enabled</title>
<updated>2019-07-03T16:09:51+00:00</updated>
<author>
<name>Maneschi Romain</name>
<email>rmaneschi@gmail.com</email>
</author>
<published>2019-07-03T16:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=def94f5043abe57f453094fa570407e5b806c48a'/>
<id>def94f5043abe57f453094fa570407e5b806c48a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
