hello @jangaraj
is there a otelcollector config.yaml demo public
looking for how you injecting container name as service_instance_id
hello @jangaraj
is there a otelcollector config.yaml demo public
looking for how you injecting container name as service_instance_id
service_instance_id
- that’s not a container name
is there a demo on github config.yaml
how you populating that value
I don’t, OTEL collector generates that,
example config file please
Please read readme: GitHub - monitoringartist/opentelemetry-collector-monitoring: OpenTelemetry (OTEL) collector monitoring
receivers:
prometheus:
config:
scrape_configs:
- job_name: otel-collector-metrics
scrape_interval: 10s
static_configs:
- targets: ['127.0.0.1:8888']
Im seeing service_instance_id now ,
was looking to have service.name as app name ,
how do you differentiate multiple apps collectors
I was able to define now job_name match service.name with insert and can separate each collector