You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Commit generated Go code and bump dependencies (open-telemetry#946)
* accountingservice: commit generated code
bump deps
* license-checker to ignore genproto
* Update README.md
* Add comment to tools.go
* checkoutservice: commit generated code
bump dependencies
* productcatalogservice: commit generated code
bump dependencies
* Configure Renovate (open-telemetry#931)
* Add renovate.json
* only update otel deps
* update renovate config
* update renovate config
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: austinlparker <austin@ap2.io>
Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
* [cartservice] code cleanup (open-telemetry#943)
* File scope namespaces
* Sort modifiers
* Remove redundant type declaration
* Avoid hiding variables
* join declaration and assignment
* Use standard .NET convention for fields and consts
* inline out variable
* object initializer
* collection initializer
* drop unused using
* drop unused parameters
* remove redundant field initializer
---------
Co-authored-by: Austin Parker <austin@ap2.io>
* Add Axiom to list of vendors (open-telemetry#963)
We would very much like to add [Axiom](axiom.co) to the list of vendors in the README. I linked a public demo dashboard that is feed by the demo.
---------
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: austinlparker <austin@ap2.io>
Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Lukas Malkmus <mail@lukasmalkmus.com>
|[Azure Data Explorer](https://github.com/Azure/Azure-kusto-opentelemetry-demo)|[Instana](https://github.com/instana/opentelemetry-demo)|[TelemetryHub](https://github.com/TelemetryHub/opentelemetry-demo/tree/telemetryhub-backend)|
Copy file name to clipboardExpand all lines: docker-compose.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -712,7 +712,7 @@ services:
712
712
713
713
# OpenSearch store - node1
714
714
opensearch-node1: # This is also the hostname of the container within the Docker network (i.e. https://opensearch-node1/)
715
-
image: opensearchproject/opensearch:2.7.0 # Specifying the latest available image - modify if you want a specific version
715
+
image: opensearchproject/opensearch:2.8.0 # Specifying the latest available image - modify if you want a specific version
716
716
container_name: opensearch-node1
717
717
environment:
718
718
- cluster.name=opensearch-cluster # Name the cluster
@@ -741,7 +741,7 @@ services:
741
741
742
742
# OpenSearch store - node2
743
743
opensearch-node2:
744
-
image: opensearchproject/opensearch:2.7.0 # This should be the same image used for opensearch-node1 to avoid issues
744
+
image: opensearchproject/opensearch:2.8.0 # This should be the same image used for opensearch-node1 to avoid issues
745
745
container_name: opensearch-node2
746
746
environment:
747
747
- cluster.name=opensearch-cluster
@@ -762,7 +762,7 @@ services:
762
762
763
763
# OpenSearch store - dashboard
764
764
opensearch-dashboards:
765
-
image: opensearchproject/opensearch-dashboards:2.7.0 # Make sure the version of opensearch-dashboards matches the version of opensearch installed on other nodes
765
+
image: opensearchproject/opensearch-dashboards:2.8.0 # Make sure the version of opensearch-dashboards matches the version of opensearch installed on other nodes
766
766
container_name: opensearch-dashboards
767
767
ports:
768
768
- 5601:5601# Map host port 5601 to container port 5601
0 commit comments