From 7bec6c45edaff04dd028e0a84b520ce4e2cd4fb1 Mon Sep 17 00:00:00 2001 From: Yotam loewenbach <48534558+yotamloe@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:11:31 +0300 Subject: [PATCH] Update README.md --- README.md | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8f365f6..3224b3d 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,8 @@ The script below will perform the following steps: - Download Macos quickstart configuration file - Configure the related environment variables and run the binary -#### Environment variables -- `LOGS_TOKEN` - -- `LOGZIO_REGION` - -- `LOGZIO_TYPE` - - ```shell -curl -L https://github.com/logzio/otel-collector-distro/releases/download/v0.0.1/otelcol-logzio-darwin_amd64 > otelcol-logzio-darwin_amd64 +curl -L https://github.com/logzio/otel-collector-distro/releases/download/v0.54.0/otelcol-logzio-darwin_amd64 > otelcol-logzio-darwin_amd64 chmod +x otelcol-logzio-darwin_amd64 curl -L https://raw.githubusercontent.com/logzio/otel-collector-distro/master/otel-config/macos.yml > macos.yml export LOGS_TOKEN=<> @@ -39,18 +34,14 @@ The script below will perform the following steps: - Download linux quickstart configuration file - Configure the related environment variables and run the binary -#### Environment variables -- `LOGS_TOKEN` - -- `LOGZIO_REGION` - -- `LOGZIO_TYPE` - ```shell -curl -L https://github.com/logzio/otel-collector-distro/releases/download/v0.0.1/otelcol-logzio-linux_amd64 > otelcol-logzio-linux_amd64 +curl -L https://github.com/logzio/otel-collector-distro/releases/download/v0.54.0/otelcol-logzio-linux_amd64 > otelcol-logzio-linux_amd64 chmod +x otelcol-logzio-linux_amd64 curl -L https://raw.githubusercontent.com/logzio/otel-collector-distro/development/otel-config/linux.yml > linux.yml -export LOGS_TOKEN=ThlyYdhCHUJPlBVYZSBncSMABogmyBzK -export LOGZIO_REGION=us -export LOGZIO_TYPE=linux +export LOGS_TOKEN=<> +export LOGZIO_REGION=<> +export LOGZIO_TYPE=<> ./otelcol-logzio-linux_amd64 --config linux.yml ``` @@ -63,11 +54,8 @@ The script below will perform the following steps: - `hotrod` application container to generate traces - Configure the related environment variables and run the compose file -#### Environment variables -- `TRACING_TOKEN` - -- `LOGZIO_REGION` - ```shell -curl -L https://raw.githubusercontent.com/logzio/otel-collector-distro/development/otel-config/docker-compose.yml > docker-compose.yml +curl -L https://raw.githubusercontent.com/logzio/otel-collector-distro/master/otel-config/docker-compose.yml > docker-compose.yml export TRACING_TOKEN=<> export LOGZIO_REGION=<> docker compose up