syslog-ng source
otel-plugin.c File Reference
#include "cfg-parser.h"
#include "plugin.h"
#include "plugin-types.h"
#include "otel-logmsg-handles.h"
#include "protos/apphook.h"
Include dependency graph for otel-plugin.c:

Functions

gboolean otel_module_init (PluginContext *context, CfgArgs *args)
 

Variables

CfgParser otel_parser
 
const ModuleInfo module_info
 

Function Documentation

◆ otel_module_init()

gboolean otel_module_init ( PluginContext *  context,
CfgArgs *  args 
)

Variable Documentation

◆ module_info

const ModuleInfo module_info
Initial value:
=
{
.canonical_name = "otel",
.version = SYSLOG_NG_VERSION,
.description = "OpenTelemetry plugins",
.core_revision = SYSLOG_NG_SOURCE_REVISION,
.plugins = otel_plugins,
.plugins_len = G_N_ELEMENTS(otel_plugins),
}

◆ otel_parser

CfgParser otel_parser
extern