OTEL - Metrics #1210
Closed
helio-frota
started this conversation in
General
OTEL - Metrics
#1210
Replies: 2 comments 1 reply
-
|
Related with #1198 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Custom metrics example without prometheus and actix-web-prom crates screenshot |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Jens wrote in the chat:
Looking at v1 metrics, I know we can discard a), b) and d) ( no kafka, no tantivy, and we already have default actix-web metrics )
c) is not clear to me, but if we discard that, then we end up with no manual/custom metrics and that is a good thing for version 2x because we can have default-metrics soon and think about custom/metrics later.
ATM I can see this in case we discard a,b,c,d above:
Pros
actix-web-opentelemetryalready have support for metrics.app -> OTEL Collector --> Vendor back-endCons
Need to figure out how to add/have custom metrics with otel* crates (and continue with
app -> OTEL Collector --> Vendor back-endinstead ofapp -> prometheus)Without custom/metrics we end up with
httprelated metrics onlyBeta Was this translation helpful? Give feedback.
All reactions