website logo
Request featuresJoin Our Community
⌘K
KloudMate
Getting Started
Why KloudMate?
Setting Up KloudMate
FAQs (Frequently Asked Questions)
Getting Help
Dashboards
Creating a Dashboard
Managing Dashboards and Panels
Explore
AWS Inventory
Lambda Functions
Logs
Traces
Issues
OpenTelemetry Support in KloudMate
What Is OpenTelemetry?
How Does OpenTelemetry Work?
Sending Data to KloudMate
Installing the OpenTelemetry Collector
Using OpenTelemetry Collector
Using OpenTelemetry SDKs
Service Integration Guides
Alarms & Notifications
Understanding KloudMate Alarms
Setting Up KloudMate Alarms
Writing Expressions for KloudMate Alarms
Setting Up Notifications
Settings
Accounts
Sync Settings
Users & Permissions
Subscription & Billing
Usage Report
Profile & Security
Deleting Your AWS Account from KloudMate
Docs powered by
Archbee
OpenTelemetry Support in Kloud...
...
Service Integration Guides
Amazon EC2 Metrics to KloudMat...

Amazon EC2 Metrics to KloudMate Using Fluentbit

2min

This document provides a guide on how to send Amazon EC2 metrics to KloudMate using Fluentbit.

In the described setup, the Node Exporter is responsible for exposing a diverse range of metrics related to hardware and the kernel. Its role involves exporting these metrics, which can then be collected and sent to the Kloudmate backend through Fluent bit.

Step 1: Prerequisites:

  • Fluentbit binaries and packages as per your system requirement.

Step 2: Configure fluentbit to send telemetry data to KloudMate.

Text
|
[INPUT]
    Name                 node_exporter_metrics
    Tag                  node_metrics
    Scrape_interval      2

[OUTPUT]
    name                 stdout
    match                *

[OUTPUT]
    Name                 opentelemetry
    Match                *
    Host                 otel.kloudmate.com
    Port                 4318
    Metrics_uri          /v1/metrics
    Log_response_payload True
    Tls                  On
    Tls.verify           Off
    Header               Authorization <Auth token>
    # add user-defined labels
    add_label            service.name <Service Name>
    add_label            instance <instance name>


Step 3: After restarting the fluentbit service, the required metrics will be delivered to KloudMate.

Did this page help you?
PREVIOUS
Amazon EC2 Metrics to KloudMate Using OpenTelemetry Collector
NEXT
Container Logs to KloudMate Using Fluentbit
Docs powered by
Archbee
Docs powered by
Archbee