Skip to content

Commit

Permalink
update issue in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Feb 7, 2024
1 parent c2830cc commit ee33b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .chloggen/fix_datadogconnector_start.yaml
Expand Up @@ -10,7 +10,7 @@ component: datadogconnector
note: Start the datadog connector when used for traces only. Support shutdown without start first.

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [30472]
issues: [30487]

# (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
1 change: 1 addition & 0 deletions connector/datadogconnector/connector.go
Expand Up @@ -65,6 +65,7 @@ func newTraceToMetricConnector(set component.TelemetrySettings, cfg component.Co
translator: trans,
in: in,
metricsConsumer: metricsConsumer,
exit: make(chan struct{}),
}, nil
}

Expand Down

0 comments on commit ee33b99

Please sign in to comment.