Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
4397095f
Commit
4397095f
authored
Jul 27, 2016
by
Julius Volz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some CNCF branding.
parent
d5b00292
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
1 deletion
+25
-1
community.html
content/community.html
+12
-0
docs.css
content/css/docs.css
+5
-0
overview.md
content/docs/introduction/overview.md
+4
-1
index.html
content/index.html
+4
-0
No files found.
content/community.html
View file @
4397095f
...
...
@@ -23,6 +23,7 @@ title: Community
<p>
<strong>
Issue tracker:
</strong>
We use the GitHub issue tracker for the various
<a
href=
"http://github.com/prometheus"
>
Prometheus repositories
</a>
</p>
<h1>
Contributing
</h1>
<p>
We welcome community contributions! Please see the
...
...
@@ -31,6 +32,16 @@ title: Community
more elaborate or controversial changes, please discuss them on the mailing
list before sending a pull request.
</p>
<h1>
Project Governance
</h1>
<p>
Prometheus is an independent open-source project and not controlled by
any single company. To emphasize this and clarify our governance
structure, we joined the
<a
href=
"https://cncf.io/"
>
Cloud Native Computing Foundation
</a>
in 2016.
</p>
<a
href=
"https://cncf.io/"
><img
class=
"orig-size"
src=
"/assets/cncf_logo.png"
></a>
<h1>
Commercial support
</h1>
<p>
This is a list of third-party companies which provide support or
...
...
@@ -40,6 +51,7 @@ title: Community
<ul>
<li><a
href=
"http://www.robustperception.io"
>
Robust Perception
</a></li>
</ul>
<h1>
Acknowledgements
</h1>
<p>
Prometheus was initially started by
...
...
content/css/docs.css
View file @
4397095f
...
...
@@ -348,6 +348,11 @@ footer {
display
:
block
;
}
.doc-content
img
.orig-size
{
width
:
auto
;
margin-left
:
0
;
}
.toc
{
padding
:
1em
;
background-color
:
#f5f5f5
;
...
...
content/docs/introduction/overview.md
View file @
4397095f
...
...
@@ -12,7 +12,10 @@ monitoring and alerting toolkit originally built at
[
SoundCloud
](
http://soundcloud.com
)
. Since its inception in 2012, many
companies and organizations have adopted Prometheus, and the project has a very
active developer and user
[
community
](
/community
)
. It is now a standalone open source project
and maintained independently of any company.
and maintained independently of any company. To emphasize this and clarify
the project's governance structure, Prometheus joined the
[
Cloud Native Computing Foundation
](
https://cncf.io/
)
in 2016
as the second hosted project after
[
Kubernetes
](
http://kubernetes.io/
)
.
For a more elaborate overview, see the resources linked from the
[
media
](
/docs/introduction/media/
)
section.
...
...
content/index.html
View file @
4397095f
...
...
@@ -99,6 +99,10 @@ layout: jumbotron
<h1><i
class=
"fa fa-github"
></i>
Open Source
</h1>
<p>
Prometheus is 100% open source and community-driven. All components are available under the
<a
href=
"http://www.apache.org/licenses/LICENSE-2.0"
>
Apache 2 License
</a>
on
<a
href=
"https://github.com/prometheus"
>
GitHub
</a>
.
</p>
<iframe
src=
"https://ghbtns.com/github-btn.html?user=prometheus&repo=prometheus&type=star&count=true&size=large"
frameborder=
"0"
scrolling=
"0"
class=
"github-stars"
></iframe>
<br><br>
<p>
We are a
<a
href=
"https://cncf.io/"
>
Cloud Native Computing Foundation
</a>
member project.
</p>
<br>
<p><a
href=
"https://cncf.io/"
><img
src=
"assets/cncf_logo.png"
></a></p>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment