Skip to content

Commit

Permalink
Merge pull request #444 from opensearch-project/sumobrian-patch-1
Browse files Browse the repository at this point in the history
Update README.md - Remove reference to github email
  • Loading branch information
sumobrian committed Nov 16, 2023
2 parents 1d1375c + a01cad0 commit 05fe62f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The base docker image currently relies on a custom build of the `otel-contrib-co
These two PRs have been manually merged in a local build, available [here](https://github.com/mikaylathompson/opentelemetry-collector-contrib/tree/opensearch-logs-exporter).

To generate the binary, suitable to be used on a docker container, in a location outside of this repo:
1. `git clone git@github.com:mikaylathompson/opentelemetry-collector-contrib.git`
1. Clone the github repo mikaylathompson/opentelemetry-collector-contrib
2. `cd opentelemetry-collector-contrib`
3. `git checkout opensearch-logs-exporter`
4. `make install-tools`
Expand All @@ -26,4 +26,4 @@ CMD ./otelcontribcol --config /etc/otel-config.yml


## Moving past the custom build
When both of the above PRs have been merged into the `otel-contrib-col` mainline and are included in a release, it should be possible to switch from using this custom image to the standard publically released image, using the same config file.
When both of the above PRs have been merged into the `otel-contrib-col` mainline and are included in a release, it should be possible to switch from using this custom image to the standard publically released image, using the same config file.

0 comments on commit 05fe62f

Please sign in to comment.