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

Migrate Broflake telemetry to OTLP metrics in DD #136

Open
lincolnmantracer opened this issue Mar 31, 2023 · 3 comments
Open

Migrate Broflake telemetry to OTLP metrics in DD #136

lincolnmantracer opened this issue Mar 31, 2023 · 3 comments

Comments

@lincolnmantracer
Copy link

No description provided.

@lincolnmantracer
Copy link
Author

Hey @noahlevenson, I know you're currently using Honeycomb with OTLP metrics (or traces). I'd like to migrate those to datadog, which I think will give you a much nicer experience. It should hopefully be relatively easy because we can just point them at a different place, but maybe we could have a ten minute huddle about it when you have a chance?

@noahlevenson
Copy link
Contributor

For sure. We should use the session to talk about #113 too.

I'll drop you a meeting invite just to mark some time.

@noahlevenson
Copy link
Contributor

Note to self:

Hey nelson, you're going to point the collector env vars to ops.iantem.io:443. But before you do that, for god's sake, make sure you do the following:

  1. Rename all the metrics obeying the right naming conventions: https://opentelemetry.io/docs/reference/specification/metrics/semantic_conventions/

  2. Change the bytes gauge to a monotonic instrument with "temporality selector." See: https://github.com/getlantern/lantern-cloud/blob/c57ff5d721871ed90c2fc3e429c8a64039bae34f/metrics/metrics.go#L22-L33

  3. Make sure you don't use labels so we don't have any cardinality issues!

Don't screw it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants