Skip to content

Latest commit

 

History

History

logicmonitorexporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LogicMonitor Exporter

Status
Stablilty traces development
logs development
Supported pipeline types traces,logs
Distributions contrib

This exporter supports sending logs and traces data to Logicmonitor.

Configuration Options

The following configuration options are supported:

endpoint (required): The address to send logs and traces
apitoken : API Token of Logicmonitor

Prerequisite

Below environment variable must be provided

Key Value
LOGICMONITOR_ACCOUNT Company name

Example

Ingestion through API Token

  exporters:
    logicmonitor:
      endpoint: "https://<company_name>.logicmonitor.com/rest"
      apitoken:
        access_id: "<access_id of logicmonitor>"
        access_key: "<access_key of logicmonitor>"

OR

Ingestion through Bearer token

  exporters:
    logicmonitor:
      endpoint: "https://<company_name>.logicmonitor.com/rest"
      headers:
        Authorization: Bearer <bearer token of logicmonitor>