File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ the release.
43
43
([ #1460 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1460 ) )
44
44
* [ frontendproxy] remove deprecated start_child_span option
45
45
([ #1469 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1469 ) )
46
+ * [ currency] fix metric name
47
+ ([ #1470 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1470 ) )
46
48
* [ frontend] disable instrumentation-fs library
47
49
([ #1473 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1473 ) )
48
50
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ int main(int argc, char **argv) {
266
266
initTracer ();
267
267
initMeter ();
268
268
initLogger ();
269
- currency_counter = initIntCounter (name , version);
269
+ currency_counter = initIntCounter (" app.currency " , version);
270
270
logger = getLogger (name);
271
271
RunServer (port);
272
272
You can’t perform that action at this time.
0 commit comments