open-telemetry / opentelemetry.io

The OpenTelemetry website and documentation
https://opentelemetry.io
Creative Commons Attribution 4.0 International
527 stars 1.13k forks source link

Meter documentation #5184

Open stickeegreg opened 3 weeks ago

stickeegreg commented 3 weeks ago

It's hard to figure out from the documentation what a Meter is. It doesn't appear in the Glossary and the page concepts/signals/metrics page doesn't have any detail. It would be nice to see something a long the lines of this (though I don't know if this is correct as I'm still not sure I understand it properly).

Meter

A Meter creates metric instruments, capturing measurements about a service at runtime. Meters are created from Meter Providers. Each Meter belongs to an Instrumentation Scope, which it used to group Instruments.

svrnm commented 3 weeks ago

Hey @stickeegreg thanks for raising this issue.

If you like, raise a PR with your suggested change and we can take a look from there!