Replies: 2 comments
-
Here's how to use the Create a directory for Docker files
This demo starts up OpenSearch server, Dashboards, Otel collector, and demo-client and demo-server services. Note that most Observability features do not support this data either because they require a service map and/or because they expect data in certain indices.
|
Beta Was this translation helpful? Give feedback.
-
Here's quick video of this demo in action: OpenSearch.Otel.Exporter.mp4 |
Beta Was this translation helpful? Give feedback.
-
To build OpenSearch Exporter from source and use it in local Docker instance, you will need to:
integ/opensearch-exporter
,make docker-otelcontribcol
in the root directory.This will build the
otelcontribcol
binary and the Docker image defined incmd/otelcontribcol/Dockerfile
.The image will be called
otelcontribcol:latest
.Beta Was this translation helpful? Give feedback.
All reactions