All Projects → prometheus → Docs

prometheus / Docs

Licence: apache-2.0
Prometheus documentation: content and static site generator

Projects that are alternatives of or similar to Docs

Openmicroservices.org
NOT MAINTAINED https://medium.com/@iopeak/open-microservices-specification-1abd8262ad0e
Stars: ✭ 383 (-6.81%)
Mutual labels:  documentation
Standard Readme
A standard style for README files
Stars: ✭ 4,412 (+973.48%)
Mutual labels:  documentation
Elasticsearch Prometheus Exporter
Prometheus exporter plugin for Elasticsearch
Stars: ✭ 409 (-0.49%)
Mutual labels:  prometheus
Docs.nestjs.com
The official documentation https://docs.nestjs.com 📕
Stars: ✭ 389 (-5.35%)
Mutual labels:  documentation
Bad Data Guide
An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
Stars: ✭ 3,862 (+839.66%)
Mutual labels:  documentation
Sphinx
Main repository for the Sphinx documentation builder
Stars: ✭ 4,313 (+949.39%)
Mutual labels:  documentation
Doc2dash
Create docsets for Dash.app-compatible API browser.
Stars: ✭ 380 (-7.54%)
Mutual labels:  documentation
Victoriametrics
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Stars: ✭ 5,558 (+1252.31%)
Mutual labels:  prometheus
Kubernetes App
A set of dashboards and panels for kubernetes.
Stars: ✭ 398 (-3.16%)
Mutual labels:  prometheus
Graphql Docs
Easily generate beautiful documentation from your GraphQL schema.
Stars: ✭ 409 (-0.49%)
Mutual labels:  documentation
Istio
Istio官方文档中文版
Stars: ✭ 389 (-5.35%)
Mutual labels:  documentation
Cortex
A horizontally scalable, highly available, multi-tenant, long term Prometheus.
Stars: ✭ 4,491 (+992.7%)
Mutual labels:  prometheus
Atom Dash
Dash documentation integration with Atom
Stars: ✭ 398 (-3.16%)
Mutual labels:  documentation
Effective go ru
Перевод - Эффективный Go
Stars: ✭ 384 (-6.57%)
Mutual labels:  documentation
Entitycomponentsystemsamples
No description or website provided.
Stars: ✭ 4,218 (+926.28%)
Mutual labels:  documentation
Prometheus For Developers
Practical introduction to Prometheus for developers.
Stars: ✭ 382 (-7.06%)
Mutual labels:  prometheus
Dockprom
Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
Stars: ✭ 4,489 (+992.21%)
Mutual labels:  prometheus
Mdx Docs
📝 Document and develop React components with MDX and Next.js
Stars: ✭ 412 (+0.24%)
Mutual labels:  documentation
Assemble
Community
Stars: ✭ 3,995 (+872.02%)
Mutual labels:  documentation
Reference
The Rust Reference
Stars: ✭ 397 (-3.41%)
Mutual labels:  documentation

Prometheus Documentation

This repository contains both the content and the static-site generator code for the Prometheus documentation site.

Contributing Changes

See CONTRIBUTING.md for general instructions for new Prometheus contributors.

The main documentation contents of this website are located in the content/docs directory.

Documentation concerning the Prometheus server is maintained in the Prometheus server repository and cloned into the website at build time.

As a guideline, please keep the documentation generally applicable and avoid use-case-specific changes.

Prerequisites

You need to have a working Ruby environment set up (including bundler) and then install the necessary gems:

cd docs
make bundle

Building

To generate the static site, run:

make build

The resulting static site will be stored in the output directory.

Optionally, you can use an API token to avoid rate limits on the API. You can get an API token from https://github.com/settings/tokens/new.

export GITHUB_AUTHENTICATION='-u user:token'

Development Server

To run a local server that displays the generated site, run:

# Rebuild the site whenever relevant files change:
make guard
# Start the local development server in a separate shell:
make serve

You should now be able to view the generated site at http://localhost:3000/.

Automatic Deployment

This site is automatically deployed using Netlify.

If you have the prerequisite access rights, you can view the Netlify settings here:

Changes to the master branch are deployed to the main site at https://prometheus.io.

Netlify also creates preview deploys for every pull request. To view these for a PR where all checks have passed:

  1. In the CI section of the PR, click on "Show all checks".
  2. On the "deploy/netlify" entry, click on "Details" to view the preview site for the PR.

You may have to wait a while for the "deploy/netlify" check to appear after creating or updating the PR, even if the other checks have already passed.

License

Apache License 2.0, see LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].