github.com/observiq/bindplane-agent@v1.51.0/config/google_cloud_exporter/apache_httpd/config.yaml (about)

     1  receivers:
     2    apache:
     3      collection_interval: 60s
     4      endpoint: http://localhost:80/server-status?auto
     5      tls:
     6        insecure: true
     7  
     8    plugin:
     9      path: $OIQ_OTEL_COLLECTOR_HOME/plugins/apache_http_logs.yaml
    10      parameters:
    11        access_log_path:
    12          - /var/log/apache2/access.log
    13        enable_access_log: true
    14        enable_error_log: true
    15        error_log_path:
    16          - /var/log/apache2/error.log
    17        start_at: end
    18        timezone: UTC
    19  
    20  exporters:
    21    googlecloud:
    22  
    23  service:
    24    pipelines:
    25      logs:
    26        receivers:
    27          - plugin
    28        exporters:
    29          - googlecloud
    30      metrics:
    31        receivers:
    32          - apache
    33        exporters:
    34          - googlecloud