Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learn Grafana 7.0

You're reading from  Learn Grafana 7.0

Product type Book
Published in Jun 2020
Publisher Packt
ISBN-13 9781838826581
Pages 410 pages
Edition 1st Edition
Languages
Author (1):
Eric Salituro Eric Salituro
Profile icon Eric Salituro

Table of Contents (19) Chapters

Preface Getting Started with Grafana
Introduction to Data Visualization with Grafana A Tour of the Grafana Interface An Introduction to the Graph Panel Real-World Grafana
Connecting Grafana to a Data Source Visualizing Data in the Graph Panel Visualization Panels in Grafana Creating Your First Dashboard Working with Advanced Dashboard Features Grafana Alerting Exploring Logs with Grafana Loki Managing Grafana
Organizing Dashboards Managing Permissions for Users and Teams Authentication with External Services Cloud Monitoring Other Books You May Enjoy

Installing the Prometheus server

Our first task is to get the Prometheus server up and running so that we can start serving real data. Prometheus is a powerful open source time-series database and monitoring system originally developed by SoundCloud. It followed Kubernetes to become the second Cloud Native Computing Foundation graduating incubation project. Grafana, having partnered with the Prometheus maintainers, includes the Prometheus data source as a first-class data source plugin.

Tutorial code, dashboards, and other helpful files for this chapter can be found in this book's GitHub repository at https://github.com/PacktPublishing/Learn-Grafana-7.0/tree/master/Chapter04.

Installing Prometheus from Docker

We're going to start up Prometheus from Docker Compose and point it to a local configuration file. First, let's create the following configuration file and save it to our local ch4/prometheus directory as prometheus.yml:

global...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}