-
Notifications
You must be signed in to change notification settings - Fork 231
Expand file tree
/
Copy pathprometheus-exporter.yaml
More file actions
26 lines (19 loc) · 1.19 KB
/
prometheus-exporter.yaml
File metadata and controls
26 lines (19 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Use this changelog template to create an entry for release notes.
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
component: service/telemetry
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0"
# One or more tracking issues or pull requests related to the change
issues: [1067]
# (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.
# Use pipe (|) for multiline entries.
subtext: "go.opentelemetry.io/otel/exporters/prometheus v0.59.x has a bug leading to unexpected suffix in metric names, we want to stay with v0.58.0 in the artifacts."
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: [user]