Skip to content

Commit c7f83de

Browse files
authored
[exporter/loki] Bring lokiexporter back to contrib distribuition (#38993)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This is the follow-up PR to #38438. We at Grafana Labs still want the loki exporter in the contrib distribution. It was removed from the distribution accidentally, it should stay <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes #38374
1 parent bca8d2e commit c7f83de

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: lokiexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add lokiexporter component to the contrib distribution
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [38993]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: [user]

exporter/lokiexporter/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
| Stability | [deprecated]: logs |
77
| Deprecation of logs | [Date]: 2024-07-09 |
88
| | [Migration Note]: Use OTLP exporter (https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33916) |
9-
| Distributions | [] |
9+
| Distributions | [contrib] |
1010
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aexporter%2Floki%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aexporter%2Floki) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aexporter%2Floki%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aexporter%2Floki) |
1111
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@gramidt](https://www.github.com/gramidt), [@mar4uk](https://www.github.com/mar4uk), [@dehaansa](https://www.github.com/dehaansa), [@ArthurSens](https://www.github.com/ArthurSens) |
1212

1313
[deprecated]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#deprecated
1414
[Date]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#deprecation-information
1515
[Migration Note]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#deprecation-information
16+
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
1617
<!-- end autogenerated section -->
1718
Exports data via HTTP to [Loki](https://grafana.com/docs/loki/latest/).
1819

exporter/lokiexporter/metadata.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ status:
99
date: "2024-07-09"
1010
migration: Use OTLP exporter (https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33916)
1111
distributions:
12+
- contrib
1213
codeowners:
1314
active: [gramidt, mar4uk, dehaansa, ArthurSens]
1415

reports/distributions/contrib.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ components:
4343
- loadbalancing
4444
- logicmonitor
4545
- logzio
46+
- loki
4647
- mezmo
4748
- opencensus
4849
- opensearch

0 commit comments

Comments
 (0)