Skip to content

Google Cloud Function for routing data from the observability pipeline

License

Notifications You must be signed in to change notification settings

RealKinetic/o11y-pipeline-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

o11y-pipeline-router

Google Cloud Function for routing data from the observability pipeline

Deployment

$ gcloud beta functions deploy pipeline-router \
    --env-vars-file env.yaml \
    --update-labels obs-pipeline= \
    --runtime python37 \
    --entry-point handle_message \
    --trigger-resource pipeline \
    --trigger-event google.pubsub.topic.publish \
    --retry

About

Google Cloud Function for routing data from the observability pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages