File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ release.
18
18
19
19
- Clarify STDOUT exporter format is unspecified.
20
20
([ #4418 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4418 ) )
21
+ - Clarify the metrics design goal, scope out StatsD client support.
22
+ ([ #4445 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4445 ) )
21
23
22
24
### Logs
23
25
Original file line number Diff line number Diff line change @@ -44,13 +44,15 @@ important to understand the goals of OpenTelemetry’s metrics effort:
44
44
converging OpenCensus and OpenTracing. We will focus on providing the
45
45
semantics and capability, instead of doing a 1-1 mapping of the APIs.
46
46
47
- * ** Working with existing metrics instrumentation protocols and standards** . The
48
- minimum goal is to provide full support for
49
- [ Prometheus] ( https://prometheus.io/ ) and
50
- [ StatsD] ( https://github.com/statsd/statsd ) - users should be able to use
51
- OpenTelemetry clients and [ Collector] ( ../overview.md#collector ) to collect and
52
- export metrics, with the ability to achieve the same functionality as their
53
- native clients.
47
+ * ** Working with existing metrics instrumentation protocols and standards** .
48
+ Here is the minimum set of goals:
49
+ * Providing full support for [ Prometheus] ( https://prometheus.io/ ) - users
50
+ should be able to use OpenTelemetry clients and
51
+ [ Collector] ( ../overview.md#collector ) to collect and export metrics, with
52
+ the ability to achieve the same functionality as the native Prometheus
53
+ clients.
54
+ * Providing the ability to collect [ StatsD] ( https://github.com/statsd/statsd )
55
+ metrics using the [ OpenTelemetry Collector] ( ../overview.md#collector ) .
54
56
55
57
### Concepts
56
58
You can’t perform that action at this time.
0 commit comments