Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds GCM Connector source #320

Merged
merged 60 commits into from
Jul 19, 2024
Merged

Adds GCM Connector source #320

merged 60 commits into from
Jul 19, 2024

Conversation

Karansirohi2202
Copy link
Contributor

No description provided.

@@ -40,3 +41,4 @@ def get_connector_metadata_extractor_class(self, connector_type: Source):
source_metadata_extractor_facade.register(Source.AZURE, AzureConnectorMetadataExtractor)
source_metadata_extractor_facade.register(Source.GKE, GkeSourceMetadataExtractor)
source_metadata_extractor_facade.register(Source.ELASTIC_SEARCH, ElasticSearchSourceMetadataExtractor)
source_metadata_extractor_facade.register(Source.GCM, GcmSourceMetadataExtractor)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this from here for now

@@ -0,0 +1,9 @@
insertId,jsonPayload,resource,timestamp,severity,labels,logName,sourceLocation,receiveTimestamp
nvx9e674tt1hnzpz,"{'message': 'successfully renewed lease gke-managed-filestorecsi/filestore-csi-storage-gke-io-node', 'pid': '1'}","{'type': 'k8s_container', 'labels': {'location': 'us-central1', 'pod_name': 'filestore-node-wmpmj', 'container_name': 'gcp-filestore-driver', 'namespace_name': 'kube-system', 'project_id': 'doctor-droid', 'cluster_name': 'helm-test'}}",2024-07-12T08:51:49.605658407Z,INFO,"{'compute.googleapis.com/resource_name': 'gk3-helm-test-pool-2-523eb8cf-7kcn', 'k8s-pod/k8s-app': 'gcp-filestore-csi-driver', 'k8s-pod/pod-template-generation': '4', 'k8s-pod/controller-revision-hash': '577dbfdc89'}",projects/doctor-droid/logs/stderr,"{'file': 'leaderelection.go', 'line': '278'}",2024-07-12T08:51:50.626368588Z
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file

@droid-mohit droid-mohit merged commit 4b79876 into integration Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants