Grafana Dashboard for Gatling - performance-testing

Is there any grafana dashboard available for gatling. I have gatling version 3.9.0, grafana version 9.2.1 and influx db -1.7.10?
Thanks for the help
I tried using the dashboard available on grafana website but looks like they are all for old version.

Related

Unable to view OpenTelemetry Span Events in Elastic APM traces's logs

I am trying to set up OpenTelemetry in a distributed Nodejs application. I am using elastic APM to view those traces and respective spans. For exporting those span data to elastic APM I have an otel Collector on K8s. The issue is that I can see the span events in elastic index but those span event details are not visible in traces' logs as mentioned here
Is there any work around for this?
This was because of a bug in elastic APM version 8.4.0 as mentioned here . It can be fixed by upgrading to any version above 8.4.1 that it 8.4.2 or 8.5. It can also be fixed by downgrading to a version below 8.4.0. For me version 7.0.0 worked.

Airflow 2.0 Docker setup

Recently been trying to learn Airflow, but a majority of resources online depended on this repo https://github.com/puckel/docker-airflow which unfortunately has been removed.
I am not familiar with docker so I'm just trying to set up locally and play around with Airflow. I'm on a windows setup and have already gotten docker working on my computer. Does Airflow have a quick-set-up file for a docker-compose? Or is there any other resources I can look at? Thanks.
Its a duplicate question.
Use official official docker-compose.yml see here
I recently added a quick start guides to the official Apache Airflow documentation. Unfortunately, this guide has not been released yet. It will be released in Airflow 2.0.1.
For now, you can use the development version, and when a stable version is released it will be very easy for you to migrate. I don't expect any major changes to our docker-compose.yaml files.
http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/apache-airflow/latest/start/docker.html

Upgrade Version Client of Elasticsearch in jHipster Project

Im use a Elasticsearch 5.1.2 (docker installation) and integrated with a project generated with jHipster 4.0.2.
After configure Elasticsearch, Elastic show the message:
java.lang.IllegalStateException: Received message from unsupported version: [2.0.0] minimal compatible version is: [5.1.2]
sn_elasticsearch |
Its posible to upgrade the client version of Spring Data Elastic integration in jHipster project? Someone knows how to?
[]s
spring-data-elasticsearch does not support version 5 yet. It is a work in progress by a team of volunteers (not driven by the Spring Data team).
According to the latest post on GitHub where you can track the issue:
Given that we will look into upgrading elasticsearch to latest version and as #olivergierke suggested it will be released with Kay if we will be able to merge changes before RC1 which is in mid March [2017].
This pull request still require major week or two of a work, its not straight forward merge. We are independent resource(s) willing to contribute on this project wherever we can, anyone who is willing to do the same is more than welcome to contribute.
We will keep posting update from our side about upgrade on the same thread.

AzureRM App Service deploying started failing today

All of my builds started failing today with a new version of AzureRM App Service deploy version 2.1.3.
I use Hosted pool for Team Services (Windows).
2016-11-11T13:02:36.2644641Z ##[section]Starting: Deploy AzureRM App Service: xxx
2016-11-11T13:02:36.2744703Z ==============================================================================
2016-11-11T13:02:36.2744703Z Task : Azure App Service Deploy
2016-11-11T13:02:36.2744703Z Description : Update Azure App Service using Web Deploy / Kudu REST APIs
2016-11-11T13:02:36.2744703Z Version : 2.1.3
2016-11-11T13:02:36.2744703Z Author : Microsoft Corporation
2016-11-11T13:02:36.2744703Z Help : [More Information](https://aka.ms/azurermwebdeployreadme)
2016-11-11T13:02:36.2744703Z ==============================================================================
2016-11-11T13:02:36.3044674Z ##[error]File not found: 'C:\a\_tasks\AzureRmWebAppDeploy_xxx\2.1.3\azurermwebappdeployment.js'
2016-11-11T13:02:36.3074644Z ##[section]Finishing: Deploy AzureRM App Service: xxx
Yesterday deployments worked correctly (version 2.0.7).
Any ideas what could be causing this and how to fix it?
Meanwhile I can use work-around: deploy with Azure App Service: Classic which is newly tagged as Deprecated (and much much slower).
Thank you in advance for any help.
Issue is now fixed according to https://github.com/Microsoft/vsts-tasks/issues/3074 and my tests.
I have a hacky solution which may or may not work but can be tried. Go to the BD/RD where this task is getting used. Change anything and capture the save BD/RD call using the network tab in Chrome. See the request JSON, there you will have versionSpec field for the AzureRMWebApp which will be set to 2.1.3 or *.
Replay the call using some REST client like POSTMAN and set the versionSpec to 2.1.2 or whichever version was working for you. This can be done only through APIs. And don't change anything from UI since it will again put the latest version in the JSON.
I would advise to use POSTMAN + POSTMAN Interceptor chrome addons for this since it makes capturing and replaying calls very easy and also allows you to change the request JSON.
It seems the build agent has silently upgraded the AzureRmWebAppDeploy task to 2.1.4 and it works again. I don't know if it is because I recreated the deploy step in the release configuration or not.

Where is the Azure Storage library changelog?

I'm using the official nuget package of Windows Azure Storage Client Library to retrieve items of my Azure tables.
Recently I updated the package from version 2.0.2.0 to 2.0.5.0 and my app stopped working because the results returned by my storage query are different with the new version.
I'm looking for the library changelog in order to understand how to fix the issue.
Do you know where can I find it ?
The link provided on the nuget page seems to be outdated (it's a changelog between 1.x and 2.x, not between 2.0.2 and 2.0.5 !). Also, the Windows Azure Storage team's blog is not updated.
Please refer to the changelog.txt that is always updated with the respective source code changes.
The changelog is always up to date at https://github.com/Azure/azure-storage-net/blob/master/changelog.txt

Resources