You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Release 0.4
- Update changelog with user-facing changes since the last release.
- Remove "experimental" language from README. Describe compatibility
guarantees in the face of a potentially capricious execution
environment.
- Fix up labels documentation.
Signed-off-by: Ian Kerins <[email protected]>
* Reformat changelog
Co-authored-by: Ben Kochie <[email protected]>
Signed-off-by: Ian Kerins <[email protected]>
* Set changelog release date, update VERSION
Signed-off-by: Ian Kerins <[email protected]>
---------
Signed-off-by: Ian Kerins <[email protected]>
Signed-off-by: Ian Kerins <[email protected]>
Co-authored-by: Ben Kochie <[email protected]>
1. Click on "Add" to return back to task definition page.
30
31
1. Click on "Create" to create a new revision.
31
32
32
33
By default, it publishes Prometheus metrics on ":9779/metrics". The exporter in this repo can be a useful complementary sidecar for the scenario described in [this blog post](https://aws.amazon.com/blogs/opensource/metrics-collection-from-amazon-ecs-using-amazon-managed-service-for-prometheus/). Adding this sidecar to the ECS task definition would export task-level metrics in addition to the custom metrics described in the blog.
33
34
34
-
The sidecar process is also supported on [AWS App Runner](https://aws.amazon.com/apprunner/)
35
-
and can be used to publish infra metrics in Prometheus format
36
-
from App Runner services.
35
+
## Compatibility guarantees
36
+
All metrics exported by ecs_exporter are sourced from the [ECS task metadata
0 commit comments