Skip to content

Commit

Permalink
remove zone_identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
AsuNa-jp committed Dec 5, 2024
2 parents 0856695 + 41053b5 commit 587f70b
Show file tree
Hide file tree
Showing 226 changed files with 3,686 additions and 1,733 deletions.
31 changes: 0 additions & 31 deletions .chloggen/1372-vcs-metrics.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .chloggen/1393.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .chloggen/1423.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .chloggen/1440.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .chloggen/1472.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .chloggen/1482.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .chloggen/1506.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .chloggen/1548.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/1559.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/1565.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/971.yaml

This file was deleted.

72 changes: 72 additions & 0 deletions .chloggen/CHANGELOG.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{{/*
Based on the default template:
https://github.com/open-telemetry/opentelemetry-go-build-tools/blob/v0.15.0/chloggen/internal/chlog/summary.tmpl
*/}}
{{- define "entry" -}}
- `{{ .Component }}`: {{ .Note }} (
{{- range $i, $issue := .Issues }}
{{- if $i }}, {{ end -}}
[#{{ $issue }}](https://github.com/open-telemetry/semantic-conventions/issues/{{ $issue }})
{{- end -}}
)

{{- if .SubText }}
{{ .SubText | indent 2 }}
{{- end }}
{{- end }}
## {{ .Version }}

{{- if .BreakingChanges }}

### 🛑 Breaking changes 🛑

{{- range $i, $change := .BreakingChanges }}
{{- if eq $i 0}}
{{end}}
{{ template "entry" $change }}
{{- end }}
{{- end }}

{{- if .Deprecations }}

### 🚩 Deprecations 🚩

{{- range $i, $change := .Deprecations }}
{{- if eq $i 0}}
{{end}}
{{ template "entry" $change }}
{{- end }}
{{- end }}

{{- if .NewComponents }}

### 🚀 New components 🚀

{{- range $i, $change := .NewComponents }}
{{- if eq $i 0}}
{{end}}
{{ template "entry" $change }}
{{- end }}
{{- end }}

{{- if .Enhancements }}

### 💡 Enhancements 💡

{{- range $i, $change := .Enhancements }}
{{- if eq $i 0}}
{{end}}
{{ template "entry" $change }}
{{- end }}
{{- end }}

{{- if .BugFixes }}

### 🧰 Bug fixes 🧰

{{- range $i, $change := .BugFixes }}
{{- if eq $i 0}}
{{end}}
{{ template "entry" $change }}
{{- end }}
{{- end }}
17 changes: 0 additions & 17 deletions .chloggen/add-system-uptime.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/add_network_interface.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/add_paging_device_attr.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .chloggen/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ change_logs:
# If 'change_logs' is specified in this file, and no value is specified for 'default_change_logs',
# then 'change_logs' MUST be specified in every entry file.
default_change_logs: [user]

# Custom template for the changelog that include links for the issue/PRs
summary_template: .chloggen/CHANGELOG.tmpl
5 changes: 0 additions & 5 deletions .chloggen/map-settle-span-kind.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .chloggen/process_originevents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ change_type: enhancement
component: process

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: add process.origin_referrer_url, process.origin_url, and process.zone_identifier
note: add process.origin_referrer_url and process.origin_url

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
Expand Down
22 changes: 0 additions & 22 deletions .chloggen/process_uptime.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/profiling-htlhash.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
change_type: enhancement

# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
component: gen-ai
component: dotnet

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add `gen_ai.openai.response.system_fingerprint` attribute
note: Mark .NET runtime metrics as stable

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
issues: [1355]
issues: [1602]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
4 changes: 0 additions & 4 deletions .chloggen/update-graphql-span-name.yaml

This file was deleted.

Loading

0 comments on commit 587f70b

Please sign in to comment.