Golang Metrics
Collect and ship Golang server metrics to Logstash and Elasticsearch
Metricbeat is a lightweight shipper that helps you monitor your Golang servers by collecting metrics running on the Golang server. Configure Metricbeat using the pre-defined examples below to collect and ship Go programming language service metrics and statistics to Logstash or Elasticsearch.
Install Integration
Install Metricbeat
To get started first follow the steps below:
- Install metricbeat (opens in a new tab)
- Root access
- Verify the required port is open
Older versions can be found here: metricbeat 7 (opens in a new tab), metricbeat 6 (opens in a new tab), metricbeat 5 (opens in a new tab)
Copy Configuration File
The configuration file below is pre-configured to send data to your Logit.io Stack via Logstash.
Copy the configuration file below and overwrite the contents of metricbeat.yml.
###################### Logit.io Metricbeat Configuration #######################
# =========================== Modules configuration ============================
metricbeat.config.modules:
# Glob pattern for configuration loading
path: ${path.config}/modules.d/*.yml
# Set to true to enable config reloading
reload.enabled: false
# Period on which files under path should be checked for changes
#reload.period: 10s
# ======================= Elasticsearch template setting =======================
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
#_source.enabled: false
# ================================== Outputs ===================================
# ------------------------------ Logstash Output -------------------------------
No input available! Your stack is missing the required input for this data source
Talk to support to add the inputEnable Module
There are several built-in metricbeat modules you can use. To enable the golang module, run the following:
metricbeat modules list
metricbeat modules enable @module
The golang module collects metrics by submitting HTTP GET requests to golang-expvar-api.
Configure Module
Each module has its own configuration file where different metricsets can be enabled / disabled. Locate the configuration file for the golang module.
/etc/metricbeat/modules.d/@module.yml
By default metricsets are disabled. To enable or disable a metric simply comment or uncomment the line out.
- module: golang
#metricsets:
# - expvar
# - heap
period: 10s
hosts: ["localhost:6060"]
heap.path: "/debug/vars"
expvar:
namespace: "example"
path: "/debug/vars"
Start Metricbeat
Start or restart Metricbeat (opens in a new tab) to apply the configuration changes.
Check Logit.io for your logs
Data should now have been sent to your Stack.
View My DataIf you don't see take a look at How to diagnose no data in Stack below for how to diagnose common issues.
How to diagnose no data in Stack
If you don't see data appearing in your stack after following this integration, take a look at the troubleshooting guide for steps to diagnose and resolve the problem or contact our support team and we'll be happy to assist.
Golang Module Dashboard
The Golang module comes with predefined Kibana dashboards. To view your dashboards for any of your Logit.io stacks, launch Logs and choose Dashboards.
Golang Metricbeat Module Overview
The Metricbeat Module for Golang is a targeted tool designed for the comprehensive monitoring of Golang applications by capturing essential metrics. Those who have previously engaged with Metricbeat's data collection capabilities across different services will find its adaptation to Golang both intuitive and highly effective.
Golang, or Go, is celebrated for its efficiency, concurrency support, and ease of use in developing scalable and high-performance applications. The Metricbeat Module for Golang connects to the Go runtime to extract valuable metrics such as garbage collection statistics, memory allocation, and goroutine counts, offering deep insights into application performance and health.
This module has quickly become indispensable for developers, DevOps engineers, and system administrators who manage Golang applications, thanks to its easy configuration and the seamless integration with the ELK Stack (opens in a new tab). This combination unlocks real-time monitoring and analytical capabilities, providing a level of insight and operational visibility that greatly exceeds that of conventional monitoring tools.
Unlike other monitoring solutions that may rely on custom or rigid data formats, the Metricbeat Module for Golang is crafted to simplify the analysis, troubleshooting, and monitoring of Golang applications, ensuring ease of use and comprehensive coverage.
Our platform supports the Metricbeat Module for Golang, providing centralized metrics management (opens in a new tab) designed for effortless analysis and proactive monitoring. This eliminates the challenges associated with manually aggregating and interpreting metrics across distributed Golang applications.
If you require assistance with configuring the Metricbeat Module for Golang or have questions about monitoring your Golang applications, the Logit.io team is prepared to assist. We invite you to visit our Help Centre or reach out to our support team via live chat and we'll be happy to assist.