Skip to content

Commit

Permalink
Merge branch 'main' into feature/java-sampling-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinoskolios authored Mar 26, 2024
2 parents dad7d2e + 1cef2ab commit 73c5387
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 1 deletion.
1 change: 1 addition & 0 deletions content/en/docs/demo/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ values are stored in the `demo.flagd.json` file. To enable a flag, change the
| Feature Flag | Service(s) | Description |
| ----------------------------------- | ---------------- | --------------------------------------------------------------------------------------------------------- |
| `adServiceFailure` | Ad Service | Generate an error for `GetAds` 1/10th of the time |
| `adServiceManualGc` | Ad Service | Trigger full manual garbage collections in the ad service |
| `cartServiceFailure` | Cart Service | Generate an error for `EmptyCart` 1/10th of the time |
| `productCatalogFailure` | Product Catalog | Generate an error for `GetProduct` requests with product id: `OLJCESPC7Z` |
| `recommendationServiceCacheFailure` | Recommendation | Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth. |
Expand Down
10 changes: 10 additions & 0 deletions content/en/docs/languages/python/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ cSpell:ignore: Elems rrggbbaa

<link rel="stylesheet" href="/css/benchmarks.css">

<style>
@media (min-width: 100px) {
#main h3 {
font-size: 0.9rem;
font-weight: bold;
word-break: break-all;
}
}
</style>

The OpenTelemetry Python SDK runs benchmark tests on every commit to the
[opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/)
repository. The intent of these tests is to track performance trend of critical
Expand Down
5 changes: 5 additions & 0 deletions data/ecosystem/integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,8 @@
docsUrl: https://microcks.io/documentation/using/monitoring/
components: [Java]
oss: true
- name: ClickHouse
url: https://www.clickhouse.com/
docsUrl: https://clickhouse.com/docs/en/operations/opentelemetry
components: [C++]
oss: true
20 changes: 20 additions & 0 deletions data/registry/resource-detector-java-aws.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
title: OpenTelemetry Resource Detector for AWS
registryType: resource-detector
language: java
tags:
- aws
- ec2
- ecs
- eks
- lambda
- resource-detector
- java
license: Apache 2.0
description: AWS resource detectors for Java.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/aws-resources
createdAt: 2024-03-25
isNative: false
isFirstParty: false
16 changes: 16 additions & 0 deletions data/registry/resource-detector-java-gcp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: OpenTelemetry Resource Detector for GCP
registryType: resource-detector
language: java
tags:
- gcp
- resource-detector
- java
license: Apache 2.0
description: The GCP resource detector for Java.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-resources
createdAt: 2024-03-25
isNative: false
isFirstParty: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"gulp": "^4.0.2",
"hugo-extended": "0.122.0",
"markdown-link-check": "^3.11.2",
"markdownlint": "^0.33.0",
"markdownlint": "^0.34.0",
"postcss-cli": "^11.0.0",
"prettier": "^3.0.3",
"require-dir": "^1.2.0",
Expand Down
8 changes: 8 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@
"StatusCode": 206,
"LastSeen": "2024-01-30T05:18:29.78394-05:00"
},
"https://clickhouse.com/docs/en/operations/opentelemetry": {
"StatusCode": 206,
"LastSeen": "2024-03-25T12:28:16.356581594Z"
},
"https://cloud-native.slack.com/archives/C014L2KCTE3": {
"StatusCode": 200,
"LastSeen": "2024-01-30T16:15:05.306086-05:00"
Expand Down Expand Up @@ -7723,6 +7727,10 @@
"StatusCode": 200,
"LastSeen": "2024-01-30T15:25:33.27752-05:00"
},
"https://www.clickhouse.com/": {
"StatusCode": 206,
"LastSeen": "2024-03-25T12:28:15.582344738Z"
},
"https://www.cloudfoundry.org/": {
"StatusCode": 206,
"LastSeen": "2024-01-30T16:03:28.110283-05:00"
Expand Down

0 comments on commit 73c5387

Please sign in to comment.