Skip to content

Commit

Permalink
Add kubernetes attributes to cassandra span table
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte-Hansen committed Dec 3, 2024
1 parent 2035054 commit 41bee9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/init_script.cql
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,9 @@ CREATE TABLE IF NOT EXISTS explorviz.span_structure
application_instance int,
method_fqn text,
time_seen bigint,
k8s_pod_name text,
k8s_node_name text,
k8s_namespace text,
k8s_deployment_name text,
PRIMARY KEY ((landscape_token), method_hash)
);

0 comments on commit 41bee9a

Please sign in to comment.