2021-08-30 02:33:52 +00:00
|
|
|
elixir:
|
|
|
|
- instrumentation/**/*.ex
|
|
|
|
- instrumentation/**/*.exs
|
2021-09-12 22:46:23 +00:00
|
|
|
- instrumentation/**/mix.lock
|
2021-08-30 02:33:52 +00:00
|
|
|
- propagators/**/*.ex
|
|
|
|
- propagators/**/*.exs
|
2021-09-12 22:46:23 +00:00
|
|
|
- propagators/**/mix.lock
|
2021-08-30 02:33:52 +00:00
|
|
|
- exporters/**/*.ex
|
|
|
|
- exporters/**/*.exs
|
2021-09-12 22:46:23 +00:00
|
|
|
- exporters/**/mix.lock
|
2021-09-12 19:49:24 +00:00
|
|
|
- examples/**/*.ex
|
|
|
|
- examples/**/*.exs
|
2021-09-12 22:46:23 +00:00
|
|
|
- examples/**/mix.lock
|
2021-08-30 02:33:52 +00:00
|
|
|
|
|
|
|
erlang:
|
|
|
|
- instrumentation/**/*.erl
|
|
|
|
- instrumentation/**/*.hrl
|
|
|
|
- instrumentation/**/rebar.config
|
|
|
|
- propagators/**/*.erl
|
|
|
|
- propagators/**/*.hrl
|
|
|
|
- propagators/**/rebar.config
|
|
|
|
- exporters/**/*.erl
|
|
|
|
- exporters/**/*.hrl
|
|
|
|
- exporters/**/rebar.config
|
2021-09-12 19:49:24 +00:00
|
|
|
- examples/**/*.erl
|
|
|
|
- examples/**/*.hrl
|
|
|
|
- examples/**/rebar.config
|
2021-08-30 02:33:52 +00:00
|
|
|
|
|
|
|
instrumentation:
|
|
|
|
- instrumentation/**/*
|
|
|
|
|
|
|
|
propagators:
|
|
|
|
- propagators/**/*
|
|
|
|
|
2021-09-12 19:49:24 +00:00
|
|
|
examples:
|
|
|
|
- examples/**/*
|
|
|
|
|
2021-08-30 02:33:52 +00:00
|
|
|
scope-ci:
|
|
|
|
- .github/workflows/**
|
2021-09-12 19:49:24 +00:00
|
|
|
|
|
|
|
opentelemetry_phoenix:
|
2021-09-12 22:46:23 +00:00
|
|
|
- instrumentation/opentelemetry_phoenix/**/*
|