Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the response! Can you confirm whether there are plans to deprecate this feature per the comment in the implementation? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Component(s)
No response
Describe the issue you're reporting
Hi team,
I have a question regarding the setup for service telemetry metrics (discussed here and implemented here. I have added this to my pipeline and am able to view the metrics at https://localhost:8888/metrics. I have two questions regarding this -
The comments in the implementation indicate that this feature is experimental and subject to removal. However, it seems to have been in place for some time, so I was wondering if this is still the case or if it can be relied on for production-level code. If there are plans to deprecate it, is there any alternative in place that can be used?
As mentioned, I am able to view the metrics at the local port 8888/metrics. But I'd like to export these metrics to some external location (final location is AWS cloudwatch, but if I can send them to some log file or anything similar I can upload this to cloudwatch separately). Is there any way to send the metrics to a location other than a local port? The only option as shown in the struct is an address, but is it possible to send this through another pipeline or exporter? My service is containerized so the local port is not reliably accessible to begin with.
Any help you can provide is greatly appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions