Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metrics SDK] Inconsistent CMake target name for Prometheus exporter #1764

Closed
lalitb opened this issue Nov 11, 2022 · 0 comments · Fixed by #1765
Closed

[Metrics SDK] Inconsistent CMake target name for Prometheus exporter #1764

lalitb opened this issue Nov 11, 2022 · 0 comments · Fixed by #1765
Assignees
Labels
bug Something isn't working

Comments

@lalitb
Copy link
Member

lalitb commented Nov 11, 2022

Prometheus exporter cmake target name is not consistent with other otel-cpp targets:

$ ls -ltr /usr/local/lib/libopentelemetry_* /usr/local/lib/libprometheus_*
-rw-r--r-- 1 root root     3300 Nov  3 10:31 /usr/local/lib/libopentelemetry_version.a
-rw-r--r-- 1 root root   144864 Nov  3 10:31 /usr/local/lib/libopentelemetry_common.a
-rw-r--r-- 1 root root  1910868 Nov  3 10:31 /usr/local/lib/libopentelemetry_http_client_curl.a
-rw-r--r-- 1 root root  2794762 Nov  3 10:31 /usr/local/lib/libopentelemetry_resources.a
-rw-r--r-- 1 root root  5777132 Nov  3 10:31 /usr/local/lib/libopentelemetry_trace.a
-rw-r--r-- 1 root root 19872902 Nov  3 10:31 /usr/local/lib/libopentelemetry_metrics.a
-rw-r--r-- 1 root root  2444236 Nov  3 10:31 /usr/local/lib/libopentelemetry_exporter_in_memory.a
-rw-r--r-- 1 root root  2887480 Nov  3 10:31 /usr/local/lib/libopentelemetry_exporter_ostream_span.a
-rw-r--r-- 1 root root  1559756 Nov  3 10:31 /usr/local/lib/libopentelemetry_exporter_ostream_metrics.a
-rw-r--r-- 1 root root  2175544 Nov 10 16:15 /usr/local/lib/libprometheus_exporter.a
-rw-r--r-- 1 root root  4246384 Nov 10 16:17 /usr/local/lib/libopentelemetry_exporter_zipkin_trace.a
@lalitb lalitb added the bug Something isn't working label Nov 11, 2022
@lalitb lalitb self-assigned this Nov 11, 2022
@lalitb lalitb changed the title [Metrics SDK] Inconsistent cmake target name for Prometheus exporter [Metrics SDK] Inconsistent CMake target name for Prometheus exporter Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant