Giter VIP home page Giter VIP logo

Comments (2)

beorn7 avatar beorn7 commented on August 26, 2024

There is https://prometheus.io/docs/prometheus/latest/management_api/#quit in the Prometheus doc itself.

https://prometheus.io/docs/prometheus/latest/getting_started/ has a section "Shutting down your instance gracefully" at the very end.

Both are in prometheus/prometheus itself and not in this repo (prometheus/docs).

node_exporter is in its own repo, with some documentation there.

AFAIK you can gracefully shutdown all binaries in the Prometheus project by sending a SIGTERM/SIGINT, which can be done by pressing Ctrl-C in a terminal. I would say that is common knowledge how to start and stop programs with your preferred OS, and not specific to Prometheus.

Usually, you will run processes like the Prometheus server or the node_exporter from some kind of service manager, like systemd on a Linux server, SysV init on older Linux or UNIX systems, Kubernetes in the cloud, etc. But each of these have their own usage, and we cannot really document all of them on the Prometheus doc page, and Prometheus just behaves like any other program under these service managers. Nothing specific here.

from docs.

Ricky-Tigg avatar Ricky-Tigg commented on August 26, 2024

Report 13183 obsoletes the present one.

from docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.