Skip to content

Commit 5b9ce5a

Browse files
committed
Reset changelogs, urls, application names
1 parent 00bb2af commit 5b9ce5a

File tree

46 files changed

+144
-545
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+144
-545
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99

1010
**Is your feature request related to a problem? Please describe.**
11-
Please consider opening a [Discussion](https://github.com/open-telemetry/opentelemetry-erlang-contrib/discussions) for general ideas or questions.
11+
Please consider opening a [Discussion](https://github.com/danschultzer/opentelemetrex-erlang-contrib/discussions) for general ideas or questions.
1212

1313
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1414

.github/PULL_REQUEST_TEMPLATE/new_project_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
**All Projects**
3535

3636
- [ ] Label created (maintainers)
37-
- [ ] [labeler.yml](https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/main/.github/labeler.yml) updated
37+
- [ ] [labeler.yml](https://github.com/danschultzer/opentelemetrex-erlang-contrib/blob/main/.github/labeler.yml) updated
3838
- [ ] CI
3939
- [ ] Elixir or Erlang language file is updated
4040
- [ ] Test strategy should use the matrix strategy with all supported language/OTP combinations
4141
- [ ] The job is scoped to only run for relevant code changes
42-
- [ ] [Codeowners](https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/main/CODEOWNERS) adds scoped ownership for project maintainers
42+
- [ ] [Codeowners](https://github.com/danschultzer/opentelemetrex-erlang-contrib/blob/main/CODEOWNERS) adds scoped ownership for project maintainers
4343
- [ ] License file (Apache2 - copyright to OpenTelemetry Authors)
4444
- [ ] All code complies with the [Otel Specification](https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification) and Otel Semantic Conventions - [Trace](https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/trace/semantic_conventions) [Metrics](https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/metrics/semantic_conventions)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test against, it is important to scope test jobs to the smallest subset of test
2121

2222
### Test Matrix Updates
2323

24-
As new OTP and Elixir versions are released, the test matrix must be updated. A beautified version of the [test matrix](https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/main/.github/test-matrix.json) is kept for easy editing.
24+
As new OTP and Elixir versions are released, the test matrix must be updated. A beautified version of the [test matrix](https://github.com/danschultzer/opentelemetrex-erlang-contrib/blob/main/.github/test-matrix.json) is kept for easy editing.
2525

2626
Updating the file:
2727

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3-
## [0.1.4] - 2023-12-14
3+
## v0.1.0
4+
45
### Changed
5-
- Prepare to the public release
6+
7+
- Initial release

instrumentation/opentelemetry_bandit/mix.exs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
defmodule OpentelemetryBandit.MixProject do
22
use Mix.Project
33

4-
@version "0.2.0"
4+
@version "0.1.0"
55

66
def project do
77
[
8-
app: :opentelemetry_bandit,
8+
app: :opentelemetrex_bandit,
99
version: @version,
1010
elixir: "~> 1.14",
1111
aliases: aliases(),
@@ -30,7 +30,7 @@ defmodule OpentelemetryBandit.MixProject do
3030
docs: [
3131
main: "OpentelemetryBandit",
3232
source_url_pattern:
33-
"https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/main/instrumentation/opentelemetry_bandit/%{path}#L%{line}",
33+
"https://github.com/danschultzer/opentelemetrex-erlang-contrib/blob/main/instrumentation/opentelemetry_bandit/%{path}#L%{line}",
3434
extras: []
3535
]
3636
]
@@ -56,10 +56,10 @@ defmodule OpentelemetryBandit.MixProject do
5656
licenses: ["Apache-2.0"],
5757
links: %{
5858
"GitHub" =>
59-
"https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_bandit",
59+
"https://github.com/danschultzer/opentelemetrex-erlang-contrib/tree/main/instrumentation/opentelemetry_bandit",
6060
"OpenTelemetry Erlang" => "https://github.com/open-telemetry/opentelemetry-erlang",
61-
"OpenTelemetry Erlang Contrib" =>
62-
"https://github.com/open-telemetry/opentelemetry-erlang-contrib",
61+
"OpenTelemetry Erlang Contrib (OpenTelemetrex Fork)" =>
62+
"https://github.com/danschultzer/opentelemetrex-erlang-contrib",
6363
"OpenTelemetry.io" => "https://opentelemetry.io"
6464
}
6565
]
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Changelog
22

3-
## 0.1.1
4-
5-
* Fix issue with Broadway messages with non-binary data in them.
6-
73
## 0.1.0
84

9-
* Initial release
5+
### Changed
6+
7+
- Initial release

instrumentation/opentelemetry_broadway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![EEF Observability WG project](https://img.shields.io/badge/EEF-Observability-black)](https://github.com/erlef/eef-observability-wg)
44
[![Hex.pm](https://img.shields.io/hexpm/v/opentelemetry_cowboy)](https://hex.pm/packages/opentelemetry_cowboy)
5-
![Build Status](https://github.com/open-telemetry/opentelemetry-erlang-contrib/workflows/Erlang/badge.svg)
5+
![Build Status](https://github.com/danschultzer/opentelemetrex-erlang-contrib/workflows/Erlang/badge.svg)
66

77
OpenTelemetry tracing for [Broadway](https://elixir-broadway.org/) pipelines.
88

instrumentation/opentelemetry_broadway/mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
defmodule OpentelemetryBroadway.MixProject do
22
use Mix.Project
33

4-
@version "0.2.0"
4+
@version "0.1.0"
55

66
def project do
77
[
8-
app: :opentelemetry_broadway,
8+
app: :opentelemetrex_broadway,
99
version: @version,
1010
elixir: "~> 1.12",
1111
start_permanent: Mix.env() == :prod,

instrumentation/opentelemetry_cowboy/CHANGELOG.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,6 @@
22

33
# v1.0.0
44

5-
NOTE: This release includes numerous breaking changes with implementation
6-
of Semantic Conventions introduced in v1.20. The full list of changes
7-
are enumerated in the [HTTP Stability Migration Guide](https://opentelemetry.io/docs/specs/semconv/non-normative/http-migration/).
8-
9-
### Changed
10-
11-
* Semantic Conventions v1.26.0 compliance
12-
* Added public endpoint settings for determining whether to continue a trace or create a link
13-
14-
## v0.3.0
15-
16-
### Changed
17-
18-
* Dependency maintenance release
19-
20-
## v0.2.1
21-
22-
### Fixes
23-
24-
* Set span kind as server
25-
26-
## v0.2.0
27-
28-
### Fixes
29-
30-
* Handle binary resp_status from Cowboy
31-
* Fix status code attribute naming to match spec
32-
* Only mark 5xx level status codes as errored
33-
34-
## v0.2.0-beta.1
35-
365
### Changed
376

38-
* Opentelemetry 1.0 support
7+
* Initial release

instrumentation/opentelemetry_cowboy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![EEF Observability WG project](https://img.shields.io/badge/EEF-Observability-black)](https://github.com/erlef/eef-observability-wg)
44
[![Hex.pm](https://img.shields.io/hexpm/v/opentelemetry_cowboy)](https://hex.pm/packages/opentelemetry_cowboy)
5-
![Build Status](https://github.com/open-telemetry/opentelemetry-erlang-contrib/workflows/Erlang/badge.svg)
5+
![Build Status](https://github.com/danschultzer/opentelemetrex-erlang-contrib/workflows/Erlang/badge.svg)
66

77
Telemetry handler that creates Opentelemetry spans from cowboy events.
88

0 commit comments

Comments
 (0)