HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //lib/netdata/conf.d/otel.yml
# OpenTelemetry Plugin Configuration
# This file configures the OpenTelemetry metrics and logs ingestion for Netdata

endpoint:
  # gRPC endpoint to listen on for OpenTelemetry data
  path: "127.0.0.1:4317"

  # Path to TLS certificate file (enables TLS when provided)
  tls_cert_path: null

  # Path to TLS private key file (required when TLS certificate is provided)
  tls_key_path: null

  # Path to TLS CA certificate file for client authentication (optional)
  tls_ca_cert_path: null

metrics:
  # Print flattened metrics to stdout for debugging, instead of ingesting them
  print_flattened: false

  # Number of samples to buffer for collection interval detection
  buffer_samples: 10

  # Maximum number of new charts to create per collection interval
  throttle_charts: 100

  # Directory with configuration files for mapping OTEL metrics to Netdata charts
  # (relative paths are resolved based on Netdata's user configuration directory)
  chart_configs_dir: otel.d/v1/metrics

logs:
  # Directory to store journal files for logs.
  # (relative paths are resolved based on Netdata's log directory)
  journal_dir: otel/v1

  # Maximum file size for individual journal files (e.g., "100MB", "1.5GB").
  size_of_journal_file: "100MB"

  # Maximum number of journal files to keep.
  number_of_journal_files: 10

  # Maximum total size for all journal files combined (e.g., "1GB", "500MB")
  size_of_journal_files: "1GB"

  # Maximum age for journal entries (e.g., "7 days", "1 week", "168h").
  duration_of_journal_files: "7 days"

  # Maximum time span that entries in a single journal file can cover (e.g., "2 hours", "1h", "30m").
  duration_of_journal_file: "2 hours"