Davinder2609
Davinder2609
Kafka Topology updated- dv2.aws-use1.invisalign-selfservice.sys.test.v1 'TOPIC', 'dv2.aws-use1.invisalign-selfservice.sys.test.v1', '*', 'DESCRIBE', 'User:kafka-client', 'LITERAL' 'TOPIC', 'dv2.aws-use1.invisalign-selfservice.sys.test.v1', '*', 'WRITE', 'User:kafka-client', 'LITERAL' 'TOPIC', 'dv2.aws-use1.invisalign-selfservice.sys.test.v1', '*', 'READ', 'User:kafka-client', 'LITERAL' But Acls not provided-
used below configration scrape_configs: - job_name: Confluent Cloud scrape_interval: 1m scrape_timeout: 1m honor_timestamps: true static_configs: - targets: - api.telemetry.confluent.cloud scheme: https basic_auth: username: password: metrics_path: /v2/metrics/cloud/export params: "resource.kafka.id": - lkc-1...
In Graph I can see all mertics . but localhost/9090 I am not able to see confluent_kafka_server_received_bytes confluent_kafka_server_sent_bytes confluent_kafka_server_received_records confluent_kafka_server_sent_records confluent_kafka_server_retained_bytes confluent_kafka_server_request_count confluent_kafka_server_active_connection_count confluent_kafka_server_partition_count
@Dabz Please advise on this issue
Thanks @Dabz ,with ccloud_exporter we are able to get all cloud metrics in splunk.but with promethueus we are not getting all confluent cloud metrics in splunk,only scrape_duration_seconds,scrape_samples_post_metric_relabeling,scrape_samples_scraped,scrape_series_added listed in splunk....
We are not using ccloudexporter,Only using Receiver- promethues Exporter- splunk_hec/metrics
using these 2 files otel-collector-config.yml receivers: prometheus_simple: collection_interval: 60s endpoint: prometheus:9090 metrics_path: /federate params: match[]: - '{job="ccloud_metrics"}' - '{__name__=~"job:.*"}' otlp: protocols: grpc: endpoint: 0.0.0.0:4317 http: endpoint: 0.0.0.0:4318 exporters: splunk_hec/metrics: #...
@Dabz Please advise!