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
Hi Signoz team, first I would like to appreciate your good product, which Signoz uses for monitoring CNCF products.
I'm having some issues while monitoring my ecs service.
I have hosted the signoz on ec2 using docker-compose, and I configured the ECS monitoring setup with help of this blog post[0], I can see my task definition metrics using sidecar container mechanism, but I couldn't separate the details of the service, for example, I have deployed two aws ecs services with 1 CPU 4 GB memory, but it shows the metrics of two services combined as single like 2 CPU 8 GB , Also I couldn't drop down the ecs service name, the dropdown doesn't show the available ecs services names.
Is your feature request related to a problem?
Hi Signoz team, first I would like to appreciate your good product, which Signoz uses for monitoring CNCF products.
I'm having some issues while monitoring my ecs service.
I have hosted the signoz on ec2 using docker-compose, and I configured the ECS monitoring setup with help of this blog post[0], I can see my task definition metrics using sidecar container mechanism, but I couldn't separate the details of the service, for example, I have deployed two aws ecs services with 1 CPU 4 GB memory, but it shows the metrics of two services combined as single like 2 CPU 8 GB , Also I couldn't drop down the ecs service name, the dropdown doesn't show the available ecs services names.
Could you please help on this?
[0] https://signoz.io/docs/userguide/collecting-ecs-sidecar-infra/
``extensions:
health_check:
receivers:
awsecscontainermetrics:
collection_interval: 30s
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
fluentforward:
endpoint: 0.0.0.0:8006
processors:
batch:
timeout: 10s
filter:
metrics:
include:
match_type: strict
metric_names:
exporters:
otlp:
endpoint: "http://peek-a-booo:4317/"
tls:
insecure: true
logging:
verbosity: normal
service:
extensions: [health_check]
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [otlp, logging]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [otlp, logging]
metrics/aws:
receivers: [awsecscontainermetrics]
processors: [filter]
exporters: [otlp, logging]
logs:
receivers: [otlp, fluentforward]
processors: [batch]
exporters: [otlp, logging]
``
The text was updated successfully, but these errors were encountered: