We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a59894 commit d837e37Copy full SHA for d837e37
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [0.4.0] - 2025-10-10
4
+
5
+- in_opentelemetry_metrics: Add plugin to support fluentd metrics export (#10)
6
7
## [0.3.0] - 2025-07-23
8
9
- in_opentelemetry: add ${type} placeholder support in tag parameter (#8)
lib/fluent/plugin/opentelemetry/version.rb
@@ -3,7 +3,7 @@
module Fluent
module Plugin
module Opentelemetry
- VERSION = "0.3.0"
+ VERSION = "0.4.0"
end
0 commit comments