-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabling the Alloy integration should truly enable the integration (#941
- Loading branch information
Showing
19 changed files
with
108 additions
and
125 deletions.
There are no files selected for viewing
105 changes: 0 additions & 105 deletions
105
charts/feature-integrations/default-allow-lists/alloy-integration.yaml
This file was deleted.
Oops, something went wrong.
104 changes: 103 additions & 1 deletion
104
charts/feature-integrations/default-allow-lists/alloy.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,105 @@ | ||
--- | ||
# The minimal set of metrics from Grafana Alloy required for Kubernetes Monitoring | ||
# The set of metrics from Grafana Alloy required for the Grafana Alloy integration | ||
- alloy_build_info | ||
- alloy_component_controller_running_components | ||
- alloy_component_dependencies_wait_seconds | ||
- alloy_component_dependencies_wait_seconds_bucket | ||
- alloy_component_evaluation_seconds | ||
- alloy_component_evaluation_seconds_bucket | ||
- alloy_component_evaluation_seconds_count | ||
- alloy_component_evaluation_seconds_sum | ||
- alloy_component_evaluation_slow_seconds | ||
- alloy_config_hash | ||
- alloy_resources_machine_rx_bytes_total | ||
- alloy_resources_machine_tx_bytes_total | ||
- alloy_resources_process_cpu_seconds_total | ||
- alloy_resources_process_resident_memory_bytes | ||
- alloy_tcp_connections | ||
- alloy_wal_samples_appended_total | ||
- alloy_wal_storage_active_series | ||
- cluster_node_gossip_health_score | ||
- cluster_node_gossip_proto_version | ||
- cluster_node_gossip_received_events_total | ||
- cluster_node_info | ||
- cluster_node_lamport_time | ||
- cluster_node_peers | ||
- cluster_node_update_observers | ||
- cluster_transport_rx_bytes_total | ||
- cluster_transport_rx_packet_queue_length | ||
- cluster_transport_rx_packets_failed_total | ||
- cluster_transport_rx_packets_total | ||
- cluster_transport_stream_rx_bytes_total | ||
- cluster_transport_stream_rx_packets_failed_total | ||
- cluster_transport_stream_rx_packets_total | ||
- cluster_transport_stream_tx_bytes_total | ||
- cluster_transport_stream_tx_packets_failed_total | ||
- cluster_transport_stream_tx_packets_total | ||
- cluster_transport_streams | ||
- cluster_transport_tx_bytes_total | ||
- cluster_transport_tx_packet_queue_length | ||
- cluster_transport_tx_packets_failed_total | ||
- cluster_transport_tx_packets_total | ||
- otelcol_exporter_send_failed_spans_total | ||
- otelcol_exporter_sent_spans_total | ||
- go_gc_duration_seconds_count | ||
- go_goroutines | ||
- go_memstats_heap_inuse_bytes | ||
- loki_process_dropped_lines_total | ||
- loki_write_batch_retries_total | ||
- loki_write_dropped_bytes_total | ||
- loki_write_dropped_entries_total | ||
- loki_write_encoded_bytes_total | ||
- loki_write_mutated_bytes_total | ||
- loki_write_mutated_entries_total | ||
- loki_write_request_duration_seconds_bucket | ||
- loki_write_sent_bytes_total | ||
- loki_write_sent_entries_total | ||
- process_cpu_seconds_total | ||
- process_start_time_seconds | ||
- otelcol_processor_batch_batch_send_size_bucket | ||
- otelcol_processor_batch_metadata_cardinality | ||
- otelcol_processor_batch_timeout_trigger_send_total | ||
- prometheus_remote_storage_bytes_total | ||
- prometheus_remote_storage_enqueue_retries_total | ||
- prometheus_remote_storage_highest_timestamp_in_seconds | ||
- prometheus_remote_storage_metadata_bytes_total | ||
- prometheus_remote_storage_queue_highest_sent_timestamp_seconds | ||
- prometheus_remote_storage_samples_dropped_total | ||
- prometheus_remote_storage_samples_failed_total | ||
- prometheus_remote_storage_samples_pending | ||
- prometheus_remote_storage_samples_retried_total | ||
- prometheus_remote_storage_samples_total | ||
- prometheus_remote_storage_sent_batch_duration_seconds_bucket | ||
- prometheus_remote_storage_sent_batch_duration_seconds_count | ||
- prometheus_remote_storage_sent_batch_duration_seconds_sum | ||
- prometheus_remote_storage_shard_capacity | ||
- prometheus_remote_storage_shards | ||
- prometheus_remote_storage_shards_desired | ||
- prometheus_remote_storage_shards_max | ||
- prometheus_remote_storage_shards_min | ||
- prometheus_remote_storage_succeeded_samples_total | ||
- prometheus_remote_write_wal_samples_appended_total | ||
- prometheus_remote_write_wal_storage_active_series | ||
- prometheus_sd_discovered_targets | ||
- prometheus_target_interval_length_seconds_count | ||
- prometheus_target_interval_length_seconds_sum | ||
- prometheus_target_scrapes_exceeded_sample_limit_total | ||
- prometheus_target_scrapes_sample_duplicate_timestamp_total | ||
- prometheus_target_scrapes_sample_out_of_bounds_total | ||
- prometheus_target_scrapes_sample_out_of_order_total | ||
- prometheus_target_sync_length_seconds_sum | ||
- prometheus_wal_watcher_current_segment | ||
- otelcol_receiver_accepted_spans_total | ||
- otelcol_receiver_refused_spans_total | ||
- rpc_server_duration_milliseconds_bucket | ||
- scrape_duration_seconds | ||
- traces_exporter_send_failed_spans | ||
- traces_exporter_send_failed_spans_total | ||
- traces_exporter_sent_spans | ||
- traces_exporter_sent_spans_total | ||
- traces_loadbalancer_backend_outcome | ||
- traces_loadbalancer_num_backends | ||
- traces_receiver_accepted_spans | ||
- traces_receiver_accepted_spans_total | ||
- traces_receiver_refused_spans | ||
- traces_receiver_refused_spans_total |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-1 Byte
(100%)
charts/k8s-monitoring/charts/k8s-monitoring-feature-annotation-autodiscovery-1.0.0.tgz
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
charts/k8s-monitoring/charts/k8s-monitoring-feature-application-observability-1.0.0.tgz
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
charts/k8s-monitoring/charts/k8s-monitoring-feature-auto-instrumentation-1.0.0.tgz
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
charts/k8s-monitoring/charts/k8s-monitoring-feature-cluster-events-1.0.0.tgz
Binary file not shown.
Binary file modified
BIN
+264 Bytes
(100%)
charts/k8s-monitoring/charts/k8s-monitoring-feature-cluster-metrics-1.0.0.tgz
Binary file not shown.
Binary file modified
BIN
-116 Bytes
(99%)
charts/k8s-monitoring/charts/k8s-monitoring-feature-integrations-1.0.0.tgz
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
charts/k8s-monitoring/charts/k8s-monitoring-feature-pod-logs-1.0.0.tgz
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
charts/k8s-monitoring/charts/k8s-monitoring-feature-profiling-1.0.0.tgz
Binary file not shown.
Binary file modified
BIN
-6 Bytes
(100%)
charts/k8s-monitoring/charts/k8s-monitoring-feature-prometheus-operator-objects-1.0.0.tgz
Binary file not shown.
Oops, something went wrong.