Skip to content

voxpupuli/puppet-otelcol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c3d906 · Nov 24, 2023

History

40 Commits
May 14, 2023
Jun 11, 2023
Mar 21, 2023
Jun 11, 2023
Nov 24, 2023
Nov 24, 2023
Nov 24, 2023
Nov 24, 2023
Nov 24, 2023
May 14, 2023
Nov 24, 2023
Mar 21, 2023
May 14, 2023
May 14, 2023
May 14, 2023
May 14, 2023
May 14, 2023
May 14, 2023
May 14, 2023
May 14, 2023
Mar 21, 2023
Nov 24, 2023
Jun 10, 2023
May 13, 2023
May 14, 2023
Nov 24, 2023
May 14, 2023
Mar 21, 2023
Nov 24, 2023

Repository files navigation

Table of Contents

  1. Description
  2. Setup
  3. Limitations - OS compatibility, etc.
  4. Development - Guide for contributing to the module

Build Status Release Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores puppetmodule.info docs Apache-2.0 Donated by APA-TECH

Description

This Module allows you to install and manage OpenTelemetry Collector https://opentelemetry.io/docs/collector/

Detailed Reference to all classparameters can be found in (https://github.com/voxpupuli/puppet-otelcol/blob/master/REFERENCE.md)

Setup

The module allows you to address parts of configuration via hiera. Due to complexity there is currently no check of validity of the Otel configuration.

If you don't have any kind of Package distribution System, you could use the Files directly from Github with the param manage_archive.

  class { 'otelcol':
    manage_archive => true
  }

Otelcol vs. Otelcol-contrib

It is quite common to use Otelcol-Contrib, to do that it is enough to change the package_name to otelcol-contrib3

  class { 'otelcol':
    package_name => 'otelcol-contrib'
  }

Limitations

Due to complexity there is currently no check of validity of the Otelcol configuration.

Development

Please report bugs and feature request using GitHub issue tracker.

For pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint to follow the recommended Puppet style guidelines from the Puppet Labs style guide