Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into e2e-test-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-g committed Mar 15, 2024
2 parents 073cd56 + edec436 commit ebeecf2
Show file tree
Hide file tree
Showing 15 changed files with 153 additions and 383 deletions.
10 changes: 7 additions & 3 deletions logs/fluent-bit/ecs-fargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,16 @@ In order to allow container access to the S3 object, you'll need to provide the
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:GetBucketLocation"
],
"Resource": "<Your specific bucket ARN>"
#or
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
],
"Resource": "<Your specific bucket ARN>/*"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion otel-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The section contains integrations of the Open Telemetry agent for various platfo

**Agent Implementations:**

1. [otel-ecs-ec2](../otel-ecs-ec2/)
1. [otel-ecs-ec2](https://github.com/coralogix/cloudformation-coralogix-aws/tree/master/opentelemetry/ecs-ec2)
2. [k8s helm](./k8s-helm/)

## Coralogix's Endpoints
Expand Down
2 changes: 1 addition & 1 deletion otel-agent/k8s-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The included agent provides:
- [Kubelet Metrics](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/kubeletstatsreceiver) - Fetches running container metrics from the local Kubelet.
- [OTLP Metrics](https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/README.md) - Send application metrics via OpenTelemetry protocol.
- Traces - You can send data in various format, such as [Jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/jaegerreceiver), [OpenTelemetry Protocol](https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/README.md) or [Zipkin](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/zipkinreceiver).
- [Span Metrics](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/connector/spanmetricsconnector) - Traces are converted to Requests, Duration and Error metrics using spanmetrics processor.
- [Span Metrics](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/connector/spanmetricsconnector/README.md) - Traces are converted to Requests, Duration and Error metrics using spanmetrics processor.
- [Zpages Extension](https://github.com/open-telemetry/opentelemetry-collector/tree/main/extension/zpagesextension) - You can investigate latency and error issues by navigating to Pod's localhost:55516 web server. Routes are desribed in [OpenTelemetry documentation](https://github.com/open-telemetry/opentelemetry-collector/tree/main/extension/zpagesextension#exposed-zpages-routes)

## Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion otel-collector-windows-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG WIN_BASE_IMAGE

FROM --platform=$BUILDPLATFORM curlimages/curl AS build
WORKDIR /src
RUN curl -Lo otelcol.tar.gz https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.93.0/otelcol-contrib_0.93.0_windows_amd64.tar.gz
RUN curl -Lo otelcol.tar.gz https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.96.0/otelcol-contrib_0.96.0_windows_amd64.tar.gz
RUN tar -xzvf otelcol.tar.gz

##
Expand Down
31 changes: 0 additions & 31 deletions otel-ecs-ec2/CHANGELOG.md

This file was deleted.

67 changes: 0 additions & 67 deletions otel-ecs-ec2/README.md

This file was deleted.

124 changes: 0 additions & 124 deletions otel-ecs-ec2/config.yaml

This file was deleted.

111 changes: 0 additions & 111 deletions otel-ecs-ec2/logging.yaml

This file was deleted.

Loading

0 comments on commit ebeecf2

Please sign in to comment.