GoogleCloudPlatform / opentelemetry-operator-sample

Toolbox of recipes, samples, and guides for using the OpenTelemetry Operator on Google Cloud
Apache License 2.0
32 stars 16 forks source link

Update GCE Beyla sample to use config file #106

Closed psx95 closed 3 months ago

psx95 commented 3 months ago

Description

Updates the sample to use a config file instead of environment variables. Config file can be used to specify service discovery section, which allows the user to group multiple services running on the same VM instance in a single namespace and also provide names to services based on their exe_path.

Note: Environment variables can be used in combination with the config-file, but have been removed in this PR to avoid confusion.

Testing