Skip to content

slernercx/localdockerotel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of running Otel collector in an Ubuntu container with a Python app generating logs only.
Logs are sent directly via Otel to Coralogix.
The deployment script reads the config.yaml file when the docker container launches so you can configure it and relaunch the container without having to rebuild it.

  1. Configure config.yaml with your domain and key
  2. Build the container:
source buildcontainer.sh  
  1. Deploy container to generate logs:
source deploy.sh  
  1. Delete running container instance:
source delete.sh

Experiment with various log configs in the config.yaml file and then re-deploy container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published