43 lines
861 B
YAML
43 lines
861 B
YAML
elixir:
|
|
- instrumentation/**/*.ex
|
|
- instrumentation/**/*.exs
|
|
- instrumentation/**/mix.lock
|
|
- propagators/**/*.ex
|
|
- propagators/**/*.exs
|
|
- propagators/**/mix.lock
|
|
- exporters/**/*.ex
|
|
- exporters/**/*.exs
|
|
- exporters/**/mix.lock
|
|
- examples/**/*.ex
|
|
- examples/**/*.exs
|
|
- examples/**/mix.lock
|
|
|
|
erlang:
|
|
- instrumentation/**/*.erl
|
|
- instrumentation/**/*.hrl
|
|
- instrumentation/**/rebar.config
|
|
- propagators/**/*.erl
|
|
- propagators/**/*.hrl
|
|
- propagators/**/rebar.config
|
|
- exporters/**/*.erl
|
|
- exporters/**/*.hrl
|
|
- exporters/**/rebar.config
|
|
- examples/**/*.erl
|
|
- examples/**/*.hrl
|
|
- examples/**/rebar.config
|
|
|
|
instrumentation:
|
|
- instrumentation/**/*
|
|
|
|
propagators:
|
|
- propagators/**/*
|
|
|
|
examples:
|
|
- examples/**/*
|
|
|
|
scope-ci:
|
|
- .github/workflows/**
|
|
|
|
opentelemetry_phoenix:
|
|
- instrumentation/opentelemetry_phoenix/**/*
|