Skip to content

Commit

Permalink
update config for elastic distribution for opentelemery dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis committed Jul 11, 2024
1 parent 0fffc00 commit 40f8c96
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ repos:
ecs-logging-python: https://github.com/elastic/ecs-logging-python.git
ecs-logging-ruby: https://github.com/elastic/ecs-logging-ruby.git
eland: https://github.com/elastic/eland.git
elastic-otel-dotnet: https://github.com/elastic/elastic-otel-dotnet.git
elastic-otel-java: https://github.com/elastic/elastic-otel-java.git
elasticsearch-hadoop: https://github.com/elastic/elasticsearch-hadoop.git
elasticsearch-java: https://github.com/elastic/elasticsearch-java.git
Expand Down Expand Up @@ -711,6 +712,18 @@ contents:
-
repo: elastic-otel-java
path: docs
- title: Elastic Distribution for OpenTelemetry .NET
prefix: dotnet
current: main
branches: [ {main: master} ]
live: [ main ]
index: docs/index.asciidoc
subject: APM
chunk: 1
sources:
-
repo: elastic-otel-dotnet
path: docs
- title: ECS logging
base_dir: en/ecs-logging
sections:
Expand Down
4 changes: 3 additions & 1 deletion doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,11 @@ alias docbldaws='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-aws-lambda/docs/i

alias docbldamw='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-k8s-attacher/docs/index.asciidoc --chunk 1'

# Otel Distro
# Otel Distros
alias docbldoteljava='$GIT_HOME/docs/build_docs --doc $GIT_HOME/elastic-otel-java/docs/index.asciidoc --chunk 1'

alias docbldoteldotnet='$GIT_HOME/docs/build_docs --doc $GIT_HOME/elastic-otel-dotnet/docs/index.asciidoc --chunk 1'

# APM Legacy
alias docbldamg='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-server/docs/guide/index.asciidoc --chunk 1'

Expand Down

0 comments on commit 40f8c96

Please sign in to comment.