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
Copy file name to clipboardExpand all lines: charts/easy-connect/README.md
+23-5
Original file line number
Diff line number
Diff line change
@@ -49,17 +49,18 @@ serviceAccount
49
49
| --- | --- | --- |
50
50
|`kubernetesInstrumentor.serviceAccount`| Service account name of the instrumentor deployment |`"kubernetes-instrumentor"`|
51
51
|`kubernetesInstrumentor.image.repository`| Repository of the instrumentor image |`"logzio/instrumentor"`|
52
-
|`kubernetesInstrumentor.image.tag`| Tag of the instrumentor image |`"v1.0.8"`|
52
+
|`kubernetesInstrumentor.image.tag`| Tag of the instrumentor image |`"v1.0.9"`|
53
53
|`kubernetesInstrumentor.instrumentationDetectorImage.repository`| Repository of the instrumentation detector image |`"logzio/instrumentation-detector"`|
54
54
|`kubernetesInstrumentor.instrumentationDetectorImage.tag`| Tag of the instrumentation detector image |`"v1.0.8"`|
55
55
|`kubernetesInstrumentor.javaAgentImage.repository`| Repository of the Java agent image |`"logzio/otel-agent-java"`|
56
-
|`kubernetesInstrumentor.javaAgentImage.tag`| Tag of the Java agent image |`"v1.0.8"`|
56
+
|`kubernetesInstrumentor.javaAgentImage.tag`| Tag of the Java agent image |`"v1.0.9"`|
57
57
|`kubernetesInstrumentor.dotnetAgentImage.repository`| Repository of the .Net agent image |`"logzio/otel-agent-dotnet"`|
58
-
|`kubernetesInstrumentor.dotnetAgentImage.tag`| Tag of the .Net agent image |`"v1.0.8"`|
58
+
|`kubernetesInstrumentor.dotnetAgentImage.tag`| Tag of the .Net agent image |`"v1.0.9"`|
59
59
|`kubernetesInstrumentor.nodejsAgentImage.repository`| Repository of the Node.js agent image |`"logzio/otel-agent-nodejs"`|
60
-
|`kubernetesInstrumentor.nodejsAgentImage.tag`| Tag of the Node.js agent image |`"v1.0.8"`|
60
+
|`kubernetesInstrumentor.nodejsAgentImage.tag`| Tag of the Node.js agent image |`"v1.0.9"`|
61
61
|`kubernetesInstrumentor.pythonAgentImage.repository`| Repository of the Python agent image |`"logzio/otel-agent-python"`|
62
-
|`kubernetesInstrumentor.pythonAgentImage.tag`| Tag of the Python agent image |`"v1.0.8"`|
62
+
|`kubernetesInstrumentor.pythonAgentImage.tag`| Tag of the Python agent image |`"v1.0.9"`|
63
+
|`kubernetesInstrumentor.deleteDetectionPods`| Delete detection pods after detection |`true`|
63
64
|`kubernetesInstrumentor.ports.metricsPort`| Metrics port for the instrumentor |`8080`|
64
65
|`kubernetesInstrumentor.ports.healthProbePort`| Health probe port for the instrumentor |`8081`|
65
66
|`kubernetesInstrumentor.resources.limits.cpu`| CPU limit for the instrumentor |`"500m"`|
@@ -92,12 +93,29 @@ You can override the default values by creating your own `values.yaml` file and
92
93
93
94
Here, `my_values.yaml` is your custom configuration file.
94
95
96
+
Manual actions
97
+
-------------
98
+
The `logzio-instrumetor` microservice can be deployed to your cluster to discover applications, inject opentelemetry instrumentation, add log types and more. You can manually control the discovery process with annotations.
99
+
-`logz.io/traces_instrument = true` - will instrument the application with opentelemetry
100
+
-`logz.io/traces_instrument = rollback` - will delete the opentelemetry instrumentation
101
+
-`logz.io/service-name = <string>` - will set active service name for your opentelemetry instrumentation
102
+
-`logz.io/application_type = <string>` - will set log type to send to logz.io (**dependent on logz.io fluentd helm chart**)
103
+
-`logz.io/skip = true` - will skip the application from instrumentation or app detection
104
+
95
105
Alternative images
96
106
-------------
97
107
you can find alternative to `dockerhub` images in `public.ecr.aws/logzio/` with the same image name (example: `public.ecr.aws/logzio/instrumentor`)
98
108
99
109
Change log
100
110
-------------
111
+
* 1.0.5
112
+
- Add `deleteDetectionPods` value
113
+
- Add `easy.conect.version` resource attributes to spans
114
+
- Enrich detection pod logs
115
+
- Add easy connect instrumentation detection
116
+
- Reduce the amount of instrumentor logs
117
+
- Handle conflicts from different reconciles gracefully
0 commit comments