Menu
Documentation Grafana Cloud Monitor infrastructure Grafana integrations Get started with monitoring using an integration
Grafana Cloud

Get started with monitoring using an integration

Install an integration to connect your data and start monitoring with Grafana in just a few steps. This enables you to begin viewing metrics and logs for your operating system, server, or service quickly. This section walks through installing and configuring an operating system integration and viewing the system metrics on a prebuilt dashboard.

The installation steps Grafana Cloud provides are tailored to the integration. This procedure shows a Linux server integration, but you can install the MacOS or Windows integrations similarly. The integration uses Grafana Agent to collect metrics for the operating system running on a node, including CPU usage, load average, memory usage, and disk and networking I/O. The Agent can also scrape logs using promtail.

Before you begin

Ensure you have the following:

  • A Grafana Cloud account. To create an account, see Grafana Cloud and click Start for free.
  • A machine running Linux (or the OS of the integration you’re installing).
  • Command line (terminal) access to the machine.

Install the integration

  1. In your Grafana Cloud stack, click Connections in the left-side menu.

  2. Search for the name of the operating system, server, or service to be monitored in the list of integrations or select Infrastructure to filter the list.

  3. Click the tile for your integration.

    Linux integration

  4. On the Configuration Details tab, click Run the Grafana agent in the Install Grafana Agent section.

  5. Select your operating system and architecture.

    select Linux OS

  6. Create a new API key or use an existing one.

  7. Click Test agent connection to ensure the agent is running and connected to your Grafana Cloud stack.

  8. Click Proceed to install integration.

  9. Under Configure integration, follow the Check the prerequisites specific to the Linux integration instructions.

  10. Under Follow instructions specific to the Linux Server integration section, check the configuration options available for this integration.

  11. At the same section, paste the configuration snippets to your Grafana Agent configuration file to start collecting and sending your telemetry data.

    Make sure to read and follow all instructions according to your environment.

  12. Under Restart the agent and test configurations, execute the command shown.

    The command incorporates your changes when it restarts the agent.

  13. Click Test connection to check if your telemetry data is being sent as expected. Follow the troubleshooting hints if not.

  14. Click Install.

If you decide later to stop using the integration, you can remove the installed integration.

See Uninstall Grafana Agent if you want to stop using Agent.

Configuration options

This section describes configuration options you can use when you install the Agent.

Hostname value

In the Hostname Value text box, you can enter a new label to replace the default instance label used in agent configuration snippets. This label is necessary to identify a specific node in your System Under Observation on Integration dashboards, alerts, and rules. This value is required for most features.

Use this new feature to ensure the replacement is done correctly before pasting it to your agent configuration file.

Advanced integration

Your system generates a large amount of metrics, but only a subset is utilized by the integrations. The Advanced integration toggle gives you the option to either send all of the metrics to Grafana Cloud or filter and send only the subset that is necessary for the integration dashboards, alerts, and rules.

This feature allows you to save money by sending only the metrics you need. However, if you want to monitor additional metrics that are not included in the integration, simply toggle the option to receive the full set of metrics.

To see the subset of metrics that will be included:

  1. Click How to choose either reduced or full set of metrics.
  2. Click List of default metrics.

View a preconfigured dashboard

Once Grafana Agent starts collecting data, you can view the data on a preconfigured dashboard.

  1. In your Grafana stack, click Dashboards in the left-side menu.

  2. On the Dashboards page, locate and select a preconfigured dashboard. The Linux server dashboard is called Nodes and is found in the Linux Node folder. Click it to open the dashboard.

    The dashboard is initially empty until the first scrape, which depends on the scrape interval—the amount of time between each scrape of the endpoint. Grafana Cloud provides a default scrape interval for each integration that displays on the configuration page. You can refine your Agent settings, including the scrape interval.

    After the agent runs for a while, more data displays:

    Linux integration dashboard

  3. To view the dashboard at a later time, click Dashboards and search or browse to locate the integration.

    Select Dashboard

  4. Click the integration, for this example, Integration - Linux Node to display recent data.

    Node Exporter / MacOS dashboard

Next steps

Grafana Cloud provides many integrations for you to choose from. See the Integrations reference for the full list.

To learn ways to configure the data you are collecting, see the Grafana Agent configuration documentation.