diff --git a/examples/quick-start-grafana-cloud-tempo-nodejs/resources/datastore.yaml b/examples/quick-start-grafana-cloud-tempo-nodejs/resources/datastore.yaml deleted file mode 100644 index 1c4bff5a26..0000000000 --- a/examples/quick-start-grafana-cloud-tempo-nodejs/resources/datastore.yaml +++ /dev/null @@ -1,13 +0,0 @@ - -type: DataStore -spec: - id: current - name: Grafana Tempo Cloud - type: tempo - tempo: - type: http - http: - url: https://tempo-us-central1.grafana.net/tempo - headers: - Authorization: Basic Mzc0OTIzOmdsY19leUp2SWpvaU56ZzROVEV3SWl3aWJpSTZJbk4wWVdOckxUVXlPVEF6TWkxb2RDMXlaV0ZrTFcxNUxYUnZhMlZ1SWl3aWF5STZJbmszUzFOSk0wZHBUREl4TmpkcE1FWkxORFphTUdsVGFpSXNJbTBpT25zaWNpSTZJblZ6SW4xOQ== - diff --git a/examples/quick-start-sumologic-nodejs/resources/datastore.yaml b/examples/quick-start-sumologic-nodejs/resources/datastore.yaml deleted file mode 100644 index b2466fec7d..0000000000 --- a/examples/quick-start-sumologic-nodejs/resources/datastore.yaml +++ /dev/null @@ -1,18 +0,0 @@ - ---- -type: DataStore -spec: - id: current - name: Sumo Logic - type: sumologic - sumologic: - # The URL will differ based on your location. View this - # docs page to figure out which URL you need: - # https://help.sumologic.com/docs/api/getting-started/#which-endpoint-should-i-should-use - url: https://api.sumologic.com/api/ - # Create your ID and Key under Administration > Security > Access Keys - # in your Sumo Logic account: - # https://help.sumologic.com/docs/manage/security/access-keys/#create-your-access-key - accessID: suIydfQjRz9OqB - accessKey: OCCNEoR6eOZJ35oxGuvW4YzjW4sDj1rMCgLp4neQ8HkSAIVqyfcP4TniDxItHV3C - diff --git a/examples/tracetest-grafana-tempo-pokeshop/.env b/examples/tracetest-grafana-tempo-pokeshop/.env deleted file mode 100644 index 9d38d035bd..0000000000 --- a/examples/tracetest-grafana-tempo-pokeshop/.env +++ /dev/null @@ -1,4 +0,0 @@ -# Get the required information here: https://app.tracetest.io/retrieve-token - -TRACETEST_TOKEN="MCiA34CIR" -TRACETEST_ENVIRONMENT_ID="ttenv_b42fa137465c6e04"