Viewing profile — mmclean
mmclean
HN member- Joined
- Thu, Dec 01, 2016, 9:28 PM UTC
- HN karma
- 47
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About mmclean
No profile information was provided.
Recent public activity
-
comment
Comment #37296601
Likely Prometheus - Jaeger for tracing, Elastic for logs, Prometheus for metrics is a pretty common and effective OSS observability stack
-
comment
Comment #24849273
Some of their engineers have made PRs to the OpenTelemetry JS repository, but it wouldn't have been mature enough (or even existed) when much of the work described in the blog was …
-
comment
Comment #24126016
Regarding Google Cloud Profiler (I'm the PM), this is for a few reasons: - We have good support for Go, Java, JS, and Python, but are still adding a few features for these language…
-
comment
Comment #21521301
Existing tracing systems (Dapper, Zipkin, Dynatrace, Stackdriver, etc.) already randomize with each hop, and there was a desire to be consistent with the models that they already u…
-
comment
Comment #21521194
FYI for all, the W3C TraceContext specification will become a Proposed Recommendation later this week. I'm one of the co-chairs of the group and am happy to answer questions about …
-
comment
Comment #21521085
W3C Trace Context defines an HTTP header format for traced requests, and OpenTelemetry implements this format by default. While this project is technically distinct from OpenTeleme…
-
comment
Comment #20677717
Right now we're focused on the first release of OpenTelemetry, which will include distributed traces and metrics. Many users and contributors have asked for logging support, and th…
-
comment
Comment #18419675
Ah, got it. We've discussed exactly this (within Google) with some of the Kubernetes maintainers who have similar wishes to yourself. The most immediate z-pages related work is foc…
-
comment
Comment #18419618
Yep! The Java library has some basic z-page support, but adding high quality z-pages will be a big part of the OpenCensus agent and OpenCensus service that we're developing now. Th…
-
comment
Comment #18419608
You can send traces to Jaeger, Zipkin, Stackdriver, Azure App Insights, X-Ray, Honeycomb, and a few others. Supported metrics backends include Prometheus, Datadog, SignalFx, Stackd…
-
comment
Comment #18419560
Another OpenCensus maintainer here, happy to answer questions along with Nik
-
comment
Comment #17517874
[SD APM PM here] Yep, we support Java / JVM, Node.js, and Go; Python is coming soon
-
comment
Comment #16596052
FYI, OpenCensus doesn't lock you in to a specific provider, rather it includes its own tracing implementation and exports traces back to your provider of choice
-
comment
Comment #16048461
OpenCensus [1] provides an implementation for tracing and app-level metrics, a context wire protocol, and exporters for various backends. While it provides similar tracing APIs to …
-
comment
Comment #14845328
They're different in scope and goals. Census is composed of a context propagation format (which the blog post mentioned), a single distribution of language-specific libraries that …
-
comment
Comment #14844215
PM for tracing at Google here. As the blog post mentioned, we're collaborating with partners on a common RPC context proposal for tracing systems [1]. Some of the major contributor…
- story
-
comment
Comment #13093641
Yep, an issue with the anchor links that'll be updated soon. It's supposed to just link to a lower part of the page. If you scroll down you'll see a top-level header also titled "C…
-
comment
Comment #13091816
Nevermind, I think we found it. Fixing now.
-
comment
Comment #13091506
Uh oh - are you referring to the docs on GitHub or the actual docs site ( https://cloud.google.com/trace/docs/zipkin )?
-
comment
Comment #13084789
Stackdriver Trace [1] is Google's external implementation of Dapper with additional analysis features. It's available for free, even for workloads not running on Google Cloud Platf…